X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;fp=LCARStrek%2Fbrowser%2Fsearchbar.css;h=b590e1dd3acfa886e6061df4ce53009c687901cd;hp=33a176d715c1547bada049630abd7df2a0d104d5;hb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4;hpb=6474f09ca3365ea117d6648ed31bed3b99449e84 diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 33a176d7..b590e1dd 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -2,17 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#PopupSearchAutoComplete { - /* JS code forces the panel to have the width of the searchbar rather than - * the width of the textfield. Alignment of the panel with the searchbar is - * obtained with negative margins here: margin-inline-start when the text - * field is in the same direction as the rest of the UI, margin-inline-end - * when the textfield's direction has been reversed. - * (eg. using ctrl+shift+X) */ - margin-inline-start: -25px; - margin-inline-end: -18px; -} - .autocomplete-textbox-container { -moz-box-align: stretch; } @@ -190,6 +179,13 @@ background-image: none; } +.searchbar-engine-one-off-item:not([selected]):not(.dummy):hover, +.search-setting-button:hover, +.addengine-item:hover { + background-color: #FFCF00; + color: #000000; +} + .searchbar-engine-one-off-item[selected] { background-color: #008484; background-image: none;