X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=1fee6edc2f190069d1f28dd99017b976c93ca59d;hp=e457a75608cb948ff15de62491ce38975fa081a3;hb=d8502c35cba9a5fb5819046b73193d4954e04cad;hpb=fa981c35026cc094054c9f158969b12ad343f22f diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index e457a756..1fee6edc 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; } @@ -26,7 +15,7 @@ .searchbar-engine-image { height: 16px; width: 16px; - list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg"); margin-inline-start: -1px; } @@ -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; @@ -301,7 +297,7 @@ .search-setting-button-compact > .button-box > .button-icon { list-style-image: url("chrome://browser/skin/gear.svg"); - filter: url(chrome://global/skin/filters.svg#fill); + -moz-context-properties: fill; fill: currentColor; }