diff options
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; } |