X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fsearchbar.css;h=1a21a0cc125cdf87409b176a9bbe492dd0fb2dae;hb=4bbe25041faed817edb46f7814a6cc95c4e3f820;hp=7918cfa7d9e612a45780039dadd9ff76375b638e;hpb=2075203285bc0276d14a434d056cf90131188d44;p=themes.git diff --git a/LCARStrek/browser/searchbar.css b/LCARStrek/browser/searchbar.css index 7918cfa7..1a21a0cc 100644 --- a/LCARStrek/browser/searchbar.css +++ b/LCARStrek/browser/searchbar.css @@ -117,6 +117,7 @@ searchbar[oneoffui] .search-go-button { list-style-image: url("chrome://browser/skin/reload-stop-goFx.png"); -moz-image-region: rect(0, 42px, 14px, 28px); + width: 14px; } searchbar[oneoffui] .search-go-button:hover { @@ -131,13 +132,25 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon transform: scaleX(-1); } +@media (min-resolution: 1.1dppx) { + searchbar[oneoffui] .search-go-button { + list-style-image: url("chrome://browser/skin/reload-stop-go@2x.png"); + -moz-image-region: rect(0, 84px, 28px, 56px); + } + + searchbar[oneoffui] .search-go-button:hover { + -moz-image-region: rect(28px, 84px, 56px, 56px); + } + + searchbar[oneoffui] .search-go-button:hover:active { + -moz-image-region: rect(56px, 84px, 84px, 56px); + } +} .search-panel-current-engine { border-top: none !important; -moz-box-align: center; -} -.search-panel-current-engine:not([showonlysettings]) { border-bottom: none; } @@ -150,6 +163,10 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon color: #000000; } +.search-panel-tree[collapsed=true] + .search-panel-header { + border-top: none; +} + .search-panel-current-input > label { margin: 0 0 !important; } @@ -179,7 +196,7 @@ searchbar[oneoffui] .search-go-button:-moz-locale-dir(rtl) > .toolbarbutton-icon } .searchbar-engine-one-off-item:not(.last-row) { - box-sizing: padding-box; + box-sizing: content-box; border-bottom: 1px solid #9C9CFF; }