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/linux/browser.css | |
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/linux/browser.css')
-rw-r--r-- | application/palemoon/themes/linux/browser.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/palemoon/themes/linux/browser.css b/application/palemoon/themes/linux/browser.css index 9a08ea4d8..7d353685d 100644 --- a/application/palemoon/themes/linux/browser.css +++ b/application/palemoon/themes/linux/browser.css @@ -1571,6 +1571,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- background-color: Window; } +.browserContainer > findbar { + background-color: -moz-dialog; + color: -moz-DialogText; + text-shadow: none; +} + /* Throbber */ #navigator-throbber { width: 16px; |