diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-13 19:56:07 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-13 19:56:07 +0100 |
| commit | 7bada3ca205184af2c055a968d40f2f0f4a1d4fa (patch) | |
| tree | 774fbd6f467c00864880529eb25ad427dec997a3 | |
| parent | 4690265dbca7d8a08732dbed53b5f0dd32bfdfb9 (diff) | |
[css] center urlbar text
| -rw-r--r-- | css/userChrome.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |
