From 7bada3ca205184af2c055a968d40f2f0f4a1d4fa Mon Sep 17 00:00:00 2001 From: Autumn Date: Wed, 13 May 2026 19:56:07 +0100 Subject: [css] center urlbar text --- css/userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css') diff --git a/css/userChrome.css b/css/userChrome.css index 919c8a1..87790d1 100644 --- a/css/userChrome.css +++ b/css/userChrome.css @@ -41,6 +41,14 @@ border-radius: 4px !important; } + moz-input-box > input { + text-align: center !important; + + &:focus { + text-align: left !important; + } + } + .page-action-buttons > toolbarbutton { border-radius: 4px !important; } -- cgit v1.3