X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=deecadfe374a452f4d9efafdbd1657e293ec32f6;hp=efb6a42593c57296932d9e88535f96d88d452b4a;hb=65d49c6a7a74532cb85209013811e3a047689f85;hpb=52d7b436d7e0402ffa0c6e9a55d6c5cd6ecb1e7f diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index efb6a425..deecadfe 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); @@ -128,19 +134,24 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon .search-panel-current-engine { border-top: none !important; - border-bottom: 1px solid #9C9CFF; -moz-box-align: center; + + border-bottom: none; } .search-panel-header { font-weight: normal; background-color: #A09090; - border-top: 1px solid #9C9CFF; + border-top: 1px solid #000000; margin: 0; padding: 3px 6px; color: #000000; } +.search-panel-tree[collapsed=true] + .search-panel-header { + border-top: none; +} + .search-panel-current-input > label { margin: 0 0 !important; } @@ -151,7 +162,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; + border-top: 1px solid #000000; line-height: 0; } @@ -178,7 +189,6 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon background-image: none; } -.searchbar-engine-one-off-item:hover:not(.dummy), .searchbar-engine-one-off-item[selected] { background-color: #008484; background-image: none; @@ -211,19 +221,26 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon } .addengine-item:first-of-type { - border-top: 1px solid #9C9CFF; + border-top: 1px solid #000000; } -.addengine-item:hover { +.addengine-item[selected] { background-color: #FFCF00; 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; @@ -270,11 +287,12 @@ searchbar[oneoffui] .searchbar-engine-image { border-left: none; border-right: none; border-radius: 0; + background-color: #C09070; -moz-border-top-colors: none; /* min-height: 32px;*/ } -.search-setting-button:hover { +.search-setting-button[selected] { background-color: #FFCF00; - border-top-color: #9C9CFF; + border-top-color: #000000; }