diff options
author | Horst3180 | 2015-09-24 02:11:04 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-24 02:11:04 +0200 |
commit | 976787c0273b2f4d60e979dc7754d76acbaea8ed (patch) | |
tree | b303c2cdcc99ebd85f42099338f7d179c6248720 /arc-firefox-theme/chrome/browser/searchbar.css | |
parent | 4bd72dfb583377dcc92304cb5f5122fccfd26a00 (diff) | |
download | solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.gz solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.xz solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.zip |
update to 42.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/browser/searchbar.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/searchbar.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arc-firefox-theme/chrome/browser/searchbar.css b/arc-firefox-theme/chrome/browser/searchbar.css index 4627bba..08fd9dd 100644 --- a/arc-firefox-theme/chrome/browser/searchbar.css +++ b/arc-firefox-theme/chrome/browser/searchbar.css @@ -7,11 +7,6 @@ padding: 1px; } -.searchbar-textbox { - min-height: 22px; - background-color: -moz-field; -} - .autocomplete-textbox-container { -moz-box-align: stretch; } @@ -81,6 +76,8 @@ menuitem[cmd="cmd_clearhistory"][disabled] { .searchbar-search-button { list-style-image: url("chrome://browser/skin/search-indicator.png"); -moz-image-region: rect(0, 20px, 20px, 0); + margin-top: 1px; + margin-bottom: 1px; -moz-margin-start: 2px; } |