X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=7918cfa7d9e612a45780039dadd9ff76375b638e;hp=30fc3538c8c21617cd37ebbba816be6620750bc3;hb=2075203285bc0276d14a434d056cf90131188d44;hpb=b3bf08b110943f4abc9642b613f0dcb078c22b0b diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 30fc3538..7918cfa7 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -134,14 +134,17 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon .search-panel-current-engine { border-top: none !important; - border-bottom: 1px solid #9C9CFF; -moz-box-align: center; } +.search-panel-current-engine:not([showonlysettings]) { + border-bottom: none; +} + .search-panel-header { font-weight: normal; background-color: #A09090; - border-top: 1px solid #9C9CFF; + border-top: 1px solid #000000; margin: 0; padding: 3px 6px; color: #000000; @@ -157,7 +160,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon .search-panel-one-offs { margin: 0 0 !important; - border-top: 1px solid #9C9CFF; + border-top: 1px solid #000000; line-height: 0; } @@ -184,7 +187,6 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon background-image: none; } -.searchbar-engine-one-off-item:hover:not(.dummy), .searchbar-engine-one-off-item[selected] { background-color: #008484; background-image: none; @@ -217,10 +219,10 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon } .addengine-item:first-of-type { - border-top: 1px solid #9C9CFF; + border-top: 1px solid #000000; } -.addengine-item:hover { +.addengine-item[selected] { background-color: #FFCF00; color: #000000; } @@ -283,11 +285,12 @@ searchbar[oneoffui] .searchbar-engine-image { border-left: none; border-right: none; border-radius: 0; + background-color: #C09070; -moz-border-top-colors: none; /* min-height: 32px;*/ } -.search-setting-button:hover { +.search-setting-button[selected] { background-color: #FFCF00; - border-top-color: #9C9CFF; + border-top-color: #000000; }