diff options
author | Horst3180 | 2016-08-01 16:39:25 +0200 |
---|---|---|
committer | Horst3180 | 2016-08-01 16:51:34 +0200 |
commit | c74da0b85d23659056299e0d91f3221d2414629d (patch) | |
tree | 1af9cefc49f9442544a40fe6c909b818d2fa9eb1 /arc-firefox-theme/chrome/browser/searchbar.css | |
parent | f6e995b18b1c5b1ee3f9612e12d2b171f3ef6fe7 (diff) | |
download | solarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.tar.gz solarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.tar.xz solarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.zip |
update to 48.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/browser/searchbar.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/searchbar.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arc-firefox-theme/chrome/browser/searchbar.css b/arc-firefox-theme/chrome/browser/searchbar.css index 67eaa5c..3b2c2df 100644 --- a/arc-firefox-theme/chrome/browser/searchbar.css +++ b/arc-firefox-theme/chrome/browser/searchbar.css @@ -96,7 +96,7 @@ menuitem[cmd="cmd_clearhistory"][disabled] { font-weight: normal; border-top: 1px solid rgba(0, 0, 0, 0.2); padding: 3px 5px; - color: MenuText; + color: GrayText; } .search-panel-header > label { @@ -163,6 +163,8 @@ menuitem[cmd="cmd_clearhistory"][disabled] { .addengine-item { -moz-appearance: none; + background-color: transparent; + color: inherit; border: none; height: 32px; margin: 0; @@ -227,7 +229,6 @@ menuitem[cmd="cmd_clearhistory"][disabled] { .search-setting-button { -moz-appearance: none; - background-color: Menu; border: none; border-top: 1px solid rgba(0, 0, 0, 0.2); margin: 0; |