X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;fp=LCARStrek%2Fbrowser%2Fsearchbar.css;h=30fc3538c8c21617cd37ebbba816be6620750bc3;hp=efb6a42593c57296932d9e88535f96d88d452b4a;hb=8c6555e28fa244bc0231d8176d587cdd086983a8;hpb=6f5a7408a1bd6d680d581fdf88469481da91aa72 diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index efb6a425..30fc3538 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -2,6 +2,10 @@ * 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/. */ +#PopupSearchAutoComplete { + -moz-margin-start: -25px; +} + .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"); @@ -21,7 +25,6 @@ height: 16px; width: 16px; list-style-image: url("chrome://global/skin/filepicker/file.gif"); - -moz-margin-start: 2px; } .searchbar-engine-button { @@ -88,20 +91,23 @@ font-weight: bold; } - .searchbar-search-button-container { -moz-box-align: center; - padding: 3px 4px; - -moz-padding-end: 2px; } .searchbar-search-button { list-style-image: url("chrome://browser/skin/search-indicator.png"); -moz-image-region: rect(0, 20px, 20px, 0); - margin: -2px -2px; + margin-top: 1px; + margin-bottom: 1px; + -moz-margin-start: 4px; border-radius: 3px; } +.searchbar-search-button[addengines="true"] { + list-style-image: url("chrome://browser/skin/search-indicator-badge-add.png"); +} + .searchbar-search-button:hover, .searchbar-search-button:hover:active { -moz-image-region: rect(0, 40px, 20px, 20px); @@ -219,11 +225,18 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon color: #000000; } -.addengine-item > .button-box > .button-icon { +.addengine-icon { height: 16px; width: 16px; } +.addengine-badge { + width: 16px; + height: 16px; + margin: -7px -9px 7px 9px; + list-style-image: url("chrome://browser/skin/badge-add-engine.png"); +} + .addengine-item > .button-box > .button-text { -moz-box-flex: 1; text-align: start;