X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=bf3c96eb7c402871a1b260895e60ab351f52cc59;hp=d890a080ad4d790dc56348f11ad07a9a53cf0a1e;hb=2a1534f17d98efe745ee1adc07eb57d89cb9a88b;hpb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index d890a080..bf3c96eb 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -3,7 +3,14 @@ * 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 { @@ -19,7 +26,7 @@ .searchbar-engine-image { height: 16px; width: 16px; - list-style-image: url("chrome://global/skin/filepicker/file.gif"); + list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); margin-inline-start: -1px; } @@ -36,8 +43,7 @@ width: 14px; } -.search-go-button:-moz-locale-dir(rtl), -.search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon { +.search-go-button:-moz-locale-dir(rtl) { transform: scaleX(-1); } @@ -135,12 +141,24 @@ background-position: right center; } +.searchbar-engine-one-off-item:-moz-locale-dir(rtl) { + background-position: left center; +} + .searchbar-engine-one-off-item:not(.last-row) { box-sizing: content-box; border-bottom: 1px solid #9C9CFF; } -.searchbar-engine-one-off-item.last-of-row { +.search-setting-button-compact { + border-bottom: none !important; +} + +.search-panel-one-offs:not([compact=true]) > .searchbar-engine-one-off-item.last-of-row, +.search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.last-of-row:not(.dummy), +.search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.dummy:not(.last-of-row), +.search-panel-one-offs[compact=true] > .searchbar-engine-one-off-item.last-engine, +.search-setting-button-compact { background-image: none; } @@ -243,3 +261,18 @@ background-color: #FFCF00; border-top-color: #000000; } + +.search-setting-button-compact { + color: #A09090; +} + +.search-setting-button-compact:hover { + background-color: #FFCF00; + color: #000000; +} + +.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); + fill: currentColor; +}