diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-30 07:23:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-30 07:23:35 +0200 |
commit | a3b070147ab83ff9ef4c74be02bfc1b6b2fb6feb (patch) | |
tree | 0e037cebcb17699781f113d01142a7aed572014c /application/palemoon/themes/osx | |
parent | 6b25f35f84960ddb7fbfc3b4df3f244e42bb4470 (diff) | |
parent | e4b01ba84463fbaf5209ae8d2bb6a612f491bb5b (diff) | |
download | UXP-a3b070147ab83ff9ef4c74be02bfc1b6b2fb6feb.tar UXP-a3b070147ab83ff9ef4c74be02bfc1b6b2fb6feb.tar.gz UXP-a3b070147ab83ff9ef4c74be02bfc1b6b2fb6feb.tar.lz UXP-a3b070147ab83ff9ef4c74be02bfc1b6b2fb6feb.tar.xz UXP-a3b070147ab83ff9ef4c74be02bfc1b6b2fb6feb.zip |
Merge pull request #569 from Lootyhoof/theme-text
[Pale Moon] Fix a few default theme issues
Diffstat (limited to 'application/palemoon/themes/osx')
-rw-r--r-- | application/palemoon/themes/osx/browser.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/palemoon/themes/osx/browser.css b/application/palemoon/themes/osx/browser.css index 485ed9115..a8e86ff5c 100644 --- a/application/palemoon/themes/osx/browser.css +++ b/application/palemoon/themes/osx/browser.css @@ -1348,6 +1348,12 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- -moz-padding-start: 0px; } +.browserContainer > findbar { + background-color: -moz-dialog; + color: -moz-DialogText; + text-shadow: none; +} + /* ::::: throbber ::::: */ #navigator-throbber { |