diff options
| -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; } |
