X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=deecadfe374a452f4d9efafdbd1657e293ec32f6;hp=30fc3538c8c21617cd37ebbba816be6620750bc3;hb=65d49c6a7a74532cb85209013811e3a047689f85;hpb=8c6555e28fa244bc0231d8176d587cdd086983a8 diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 30fc3538..deecadfe 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -134,19 +134,24 @@ 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; + + 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; } +.search-panel-tree[collapsed=true] + .search-panel-header { + border-top: none; +} + .search-panel-current-input > label { margin: 0 0 !important; } @@ -157,7 +162,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 +189,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 +221,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 +287,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; }