X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=efb6a42593c57296932d9e88535f96d88d452b4a;hp=253fdbb9b3f5ad54a7febea316a57d5c635791dc;hb=28e80a05cdd05682bd45ef0d5101292b3f7b267e;hpb=fefd86cd9a023b48127c2a46e4def00b9cb75cfd diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 253fdbb9..efb6a425 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -2,6 +2,11 @@ * 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/. */ +.searchbar-dropmarker-image { + --searchbar-dropmarker-url: url("chrome://global/skin/arrow/arrow-down.gif"); + --searchbar-dropmarker-hover-url: url("chrome://global/skin/arrow/arrow-down-hover.gif"); +} + .autocomplete-textbox-container { -moz-box-align: stretch; } @@ -48,12 +53,12 @@ } .searchbar-dropmarker-image { - list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); + list-style-image: var(--searchbar-dropmarker-url); } .searchbar-engine-button:hover > .searchbar-dropmarker-image, .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image { - list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); + list-style-image: var(--searchbar-dropmarker-hover-url); } @@ -104,7 +109,7 @@ } searchbar[oneoffui] .search-go-button { - list-style-image: url("chrome://browser/skin/reload-stop-go.png"); + list-style-image: url("chrome://browser/skin/reload-stop-goFx.png"); -moz-image-region: rect(0, 42px, 14px, 28px); } @@ -147,6 +152,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon .search-panel-one-offs { margin: 0 0 !important; border-top: 1px solid #9C9CFF; + line-height: 0; } .searchbar-engine-one-off-item { @@ -237,6 +243,24 @@ searchbar[oneoffui] .searchbar-engine-button { border-top: none !important; } +.search-panel-tree > .autocomplete-treebody::-moz-tree-cell-text { + -moz-padding-start: 4px; +} + +.search-panel-tree > .autocomplete-treebody::-moz-tree-image { + -moz-padding-start: 5px; + width: 14px; + height: 14px; +} + +.search-panel-tree > .autocomplete-treebody::-moz-tree-image(fromhistory) { + list-style-image: url("chrome://browser/skin/search-history-icon.svg#search-history-icon"); +} + +.search-panel-tree > .autocomplete-treebody::-moz-tree-image(fromhistory, selected) { + list-style-image: url("chrome://browser/skin/search-history-icon.svg#search-history-icon-active"); +} + searchbar[oneoffui] .searchbar-engine-image { -moz-margin-start: -1px; }