diff options
author | Horst3180 | 2015-08-21 17:50:24 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-21 17:50:24 +0200 |
commit | c1b1407c9a58e21060e4d09593b02990f6456c25 (patch) | |
tree | c2766a7399187108a423aead852aa4d96a43722c /arc-firefox-theme/chrome/browser/searchbar.css | |
parent | dd43717add817a4432aad36a0232c2923a406b05 (diff) | |
download | solarc-firefox-theme-c1b1407c9a58e21060e4d09593b02990f6456c25.tar.gz solarc-firefox-theme-c1b1407c9a58e21060e4d09593b02990f6456c25.tar.xz solarc-firefox-theme-c1b1407c9a58e21060e4d09593b02990f6456c25.zip |
update to 41.0b2
Diffstat (limited to 'arc-firefox-theme/chrome/browser/searchbar.css')
-rw-r--r-- | arc-firefox-theme/chrome/browser/searchbar.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/arc-firefox-theme/chrome/browser/searchbar.css b/arc-firefox-theme/chrome/browser/searchbar.css index 02c8a01..4627bba 100644 --- a/arc-firefox-theme/chrome/browser/searchbar.css +++ b/arc-firefox-theme/chrome/browser/searchbar.css @@ -119,7 +119,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon -moz-box-align: center; } -.search-panel-current-engine:not([showonlysettings]) { +.search-panel-current-engine { border-bottom: 1px solid #ccc; } @@ -131,8 +131,17 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon color: #666; } +.search-panel-tree[collapsed=true] + .search-panel-header { + border-top: none; +} + +.search-panel-header > label { + margin-top: 2px !important; + margin-bottom: 1px !important; +} + .search-panel-current-input > label { - margin: 0 0 !important; + margin: 2px 0 1px !important; } .search-panel-input-value { @@ -159,7 +168,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon } .searchbar-engine-one-off-item:not(.last-row) { - box-sizing: padding-box; + box-sizing: content-box; border-bottom: 1px solid #ccc; } |