diff options
author | Lootyhoof <lootyhoofer@gmail.com> | 2018-06-30 00:56:32 +0100 |
---|---|---|
committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-06-30 00:56:32 +0100 |
commit | c96d9e5bdd064252c2b6d303c1db9209bf4814c9 (patch) | |
tree | 20e36da916b9d2911aa18c61811a4715c915ee43 /application/palemoon/themes | |
parent | b5b0b28441642f1c15b6ca0834bfca068bcbb154 (diff) | |
download | UXP-c96d9e5bdd064252c2b6d303c1db9209bf4814c9.tar UXP-c96d9e5bdd064252c2b6d303c1db9209bf4814c9.tar.gz UXP-c96d9e5bdd064252c2b6d303c1db9209bf4814c9.tar.lz UXP-c96d9e5bdd064252c2b6d303c1db9209bf4814c9.tar.xz UXP-c96d9e5bdd064252c2b6d303c1db9209bf4814c9.zip |
Add tabbrowser findbar styling
Diffstat (limited to 'application/palemoon/themes')
-rw-r--r-- | application/palemoon/themes/windows/browser.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/palemoon/themes/windows/browser.css b/application/palemoon/themes/windows/browser.css index 099382a5a..403693b80 100644 --- a/application/palemoon/themes/windows/browser.css +++ b/application/palemoon/themes/windows/browser.css @@ -1788,6 +1788,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- -moz-padding-start: 0px; } +.browserContainer > findbar { + background-color: -moz-dialog; + color: -moz-DialogText; + text-shadow: none; +} + /* ::::: throbber ::::: */ #navigator-throbber { |