X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=bf3c96eb7c402871a1b260895e60ab351f52cc59;hp=92bc21c30b313f77a37f20186beac394f1502e11;hb=2a1534f17d98efe745ee1adc07eb57d89cb9a88b;hpb=9f6401c22b50f8e59ea2275e257f9585a8e04e41 diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 92bc21c3..bf3c96eb 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -150,7 +150,15 @@ 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; } @@ -253,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; +}