X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=e457a75608cb948ff15de62491ce38975fa081a3;hp=c36e471c34167575210eeeccffbdc12cf017bbaf;hb=fa981c35026cc094054c9f158969b12ad343f22f;hpb=2af95f78807ef36de1bd05bec1721cac54671bb4 diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index c36e471c..e457a756 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -94,14 +94,39 @@ } .search-panel-current-engine { - border-top: none !important; -moz-box-align: center; +} + +/** + * The borders of the various elements are specified as follows. + * + * The current engine always has a bottom border. + * The search results never have a border. + * + * When the search results are not collapsed: + * - The elements underneath the search results all have a top border. + * + * When the search results are collapsed: + * - The elements underneath the search results all have a bottom border, except + * the lowest one: search-setting-button. + */ + +.search-panel-current-engine { + border-top: none !important; + border-bottom: 1px solid var(--panel-separator-color) !important; +} - border-bottom: none; +.search-panel-tree[collapsed=true] + .search-one-offs > .search-panel-header, +.search-panel-tree[collapsed=true] + .search-one-offs > .search-panel-one-offs, +.search-panel-tree[collapsed=true] + .search-one-offs > vbox > .addengine-item:first-of-type { + border-top: none !important; } -.search-panel-tree { - border-top: 1px solid var(--panel-separator-color) !important; +.search-panel-tree[collapsed=true] + .search-one-offs > .searchbar-engine-one-off-item, +.search-panel-tree[collapsed=true] + .search-one-offs > .search-panel-current-input, +.search-panel-tree[collapsed=true] + .search-one-offs > .search-panel-one-offs, +.search-panel-tree[collapsed=true] + .search-one-offs > vbox > .addengine-item:last-of-type { + border-bottom: 1px solid var(--panel-separator-color) !important; } .search-panel-header { @@ -206,6 +231,11 @@ color: #000000; } +.addengine-item[type=menu][selected] { + color: inherit; + background-color: var(--arrowpanel-dimmed-further); +} + .addengine-icon { height: 16px; width: 16px; @@ -218,7 +248,8 @@ list-style-image: url("chrome://browser/skin/badge-add-engine.png"); } -.addengine-item > .button-box > .button-text { +.addengine-item > .button-box > .button-text, +.addengine-item[type=menu] > .button-box > .box-inherit > .button-text { -moz-box-flex: 1; text-align: start; padding-inline-start: 10px; @@ -228,6 +259,12 @@ list-style-image: url("chrome://browser/skin/search-engine-placeholder.png"); } +.addengine-item[type=menu] > .button-box > .button-menu-dropmarker { + display: -moz-box; +/* -moz-appearance: menuarrow !important;*/ + list-style-image: none; +} + .search-panel-tree > .autocomplete-treebody::-moz-tree-cell { padding-inline-start: 15px; border-top: none !important; @@ -264,7 +301,7 @@ .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); + filter: url(chrome://global/skin/filters.svg#fill); fill: currentColor; }