X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=c36e471c34167575210eeeccffbdc12cf017bbaf;hp=92bc21c30b313f77a37f20186beac394f1502e11;hb=2af95f78807ef36de1bd05bec1721cac54671bb4;hpb=db1c5db107950e750d8c3cf3a6ac106ec0cc606e diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 92bc21c3..c36e471c 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -101,7 +101,7 @@ } .search-panel-tree { - border-top: 1px solid #A09090 !important; + border-top: 1px solid var(--panel-separator-color) !important; } .search-panel-header { @@ -118,11 +118,13 @@ } .search-panel-input-value { - color: black; + color: #E7ADE7; + background-color: #000000; + padding: 1px 2px; } .search-panel-one-offs { - margin: 0 0 !important; + margin: 0 !important; border-top: 1px solid #000000; line-height: 0; } @@ -133,12 +135,13 @@ border-radius: 0; min-width: 48px; height: 32px; - margin: 0 0; - padding: 0 0; - background: none; - background-image: url('chrome://browser/skin/search-oneoff-bg-border.png'); + margin: 0; + padding: 0; + background: linear-gradient(transparent 15%, var(--panel-separator-color) 15%, var(--panel-separator-color) 85%, transparent 85%); + background-size: 1px auto; background-repeat: no-repeat; background-position: right center; + color: #A09090; } .searchbar-engine-one-off-item:-moz-locale-dir(rtl) { @@ -147,21 +150,30 @@ .searchbar-engine-one-off-item:not(.last-row) { box-sizing: content-box; - border-bottom: 1px solid #9C9CFF; + border-bottom: 1px solid var(--panel-separator-color); +} + +.search-setting-button-compact { + border-bottom: none !important; } -.searchbar-engine-one-off-item.last-of-row { +.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; } .searchbar-engine-one-off-item[selected] { background-color: #008484; background-image: none; + color: #000000; } .searchbar-engine-one-off-item > .button-box { border: none; - padding: 0 0; + padding: 0; } .searchbar-engine-one-off-item > .button-box > .button-text { @@ -176,7 +188,7 @@ .addengine-item { border: none; /* height: 32px;*/ - margin: 0 0; + margin: 0; padding: 0 10px; border-radius: 0; } @@ -240,12 +252,8 @@ } .search-setting-button { - border-bottom: none; - border-left: none; - border-right: none; border-radius: 0; background-color: #C09070; - -moz-border-top-colors: none; /* min-height: 32px;*/ } @@ -253,3 +261,14 @@ background-color: #FFCF00; border-top-color: #000000; } + +.search-setting-button-compact > .button-box > .button-icon { + list-style-image: url("chrome://browser/skin/gear.svg"); + filter: url(chrome://browser/skin/filters.svg#fill); + fill: currentColor; +} + +.search-setting-button-compact:hover { + background-color: #FFCF00; + color: #000000; +}