X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;fp=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=c8cd2a5cba4a5db0efd61658c73db704cc81a95a;hp=4ed9cc01a6cdd2ab33c3e6519873009411bae7f7;hb=66b04a0078b6131c940cb08e2cbaf681e7db1cb7;hpb=dbad77eabc8467c637024bc9963f45310d15565c diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 4ed9cc01..c8cd2a5c 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -97,48 +97,21 @@ treecol { list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#general-active"); } -#category-search > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#search"); -} - -#category-search:hover > .category-icon, -#category-search[selected] > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#search-active"); -} - -#category-content > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#content"); -} - -#category-content:hover > .category-icon, -#category-content[selected] > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#content-active"); -} - #category-application > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#applications"); + list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#content"); } #category-application:hover > .category-icon, #category-application[selected] > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#applications-active"); + list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#content-active"); } #category-privacy > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#privacy"); + list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#security"); } #category-privacy:hover > .category-icon, #category-privacy[selected] > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#privacy-active"); -} - -#category-security > .category-icon { - list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#security"); -} - -#category-security:hover > .category-icon, -#category-security[selected] > .category-icon { list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#security-active"); } @@ -160,6 +133,14 @@ treecol { list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#advanced-active"); } +#category-search-results > .category-icon { + list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#searchResults"); +} + +#category-search-results > .category-icon { + list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#searchResults-active"); +} + @media (max-width: 800px) { .category-name { display: none; @@ -249,7 +230,6 @@ treecol { direction: rtl; } -/* Content pane */ #defaultFontSizeLabel { /* !important needed to override common !important rule */ margin-inline-start: 4px !important;