X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=58e3a95a544881f65d0ab2135021b84b2970c0f2;hp=63efbbcdca5b2c43c87855af06337b8dfb7eb2e8;hb=87a1144f3acafe3109028fc3d30c7dd2dbdff01e;hpb=56f2a618a981132691f959eb18230d29a598c5cd diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 63efbbcd..58e3a95a 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -28,9 +28,18 @@ -moz-box-align: center; background: none; border: none; + border-radius: 3px 0px 0px 3px; } -.searchbar-engine-button["open=true"] { +.searchbar-engine-button:-moz-locale-dir(rtl) { + border-radius: 0px 3px 3px 0px; +} + +.searchbar-engine-button:hover { + background-color: #FFCF00; +} + +.searchbar-engine-button[open="true"] { background-color: #FF9F00; } @@ -43,6 +52,7 @@ list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); } +.searchbar-engine-button:hover > .searchbar-dropmarker-image, .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image { list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); } @@ -60,13 +70,8 @@ -moz-image-region: rect(0, 16px, 16px, 0); } -.search-go-button:-moz-system-metric(touch-enabled) { - -moz-padding-start: 5px; - -moz-padding-end: 3px; -} - .search-go-button:-moz-locale-dir(rtl) { - -moz-transform: scaleX(-1); + transform: scaleX(-1); } .search-go-button:hover {