X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=38c1351db82b002441a0eb578706f5a5f907ee91;hp=104c7c76a99333084af41a887ce2bc7ec8512a37;hb=de5e780daa5242500976dde56483222a51ecdae5;hpb=e548e22ef811784415dcfea18c65f2acefa6ca28 diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 104c7c76..38c1351d 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -6,14 +6,6 @@ @namespace html "http://www.w3.org/1999/xhtml"; -#dialogBox, -dialog, -window, -prefwindow, -.windowDialog { - background-color: #000000; -} - .main-content { padding: 1.5em 0 0; /* That padding needs to match the upper stripe. */ overflow: auto; @@ -28,7 +20,7 @@ prefwindow, background-repeat: no-repeat; } -prefpane { +#mainPrefPane { padding: 10px 20px 0px; border-radius: 1em 0 0 0; background-color: #000000; @@ -109,12 +101,12 @@ treecol { } #category-search > .category-icon { - -moz-image-region: rect(0, 194px, 24px, 168px); + -moz-image-region: rect(0, 192px, 24px, 168px); } #category-search:hover > .category-icon, #category-search[selected] > .category-icon { - -moz-image-region: rect(24px, 194px, 48px, 168px); + -moz-image-region: rect(24px, 192px, 48px, 168px); } #category-content > .category-icon { @@ -357,9 +349,20 @@ description > html|a { margin-bottom: 8px; } +#trackingProtectionImage { + width: 16px; + height: 16px; + list-style-image: url("chrome://browser/skin/bad-content-blocked-16.png"); +} + +@media (min-resolution: 2dppx) { + #trackingProtectionImage { + list-style-image: url("chrome://browser/skin/bad-content-blocked-16@2x.png"); + } +} /** - * Sub-dialog + * Dialog */ #dialogOverlay { @@ -368,7 +371,11 @@ description > html|a { } #dialogBox { + background-color: #000000; + color: #FF9F00; + /* font-size: 14px; */ border: 1px solid #9C9CFF; + border-radius: 10px; display: -moz-box; margin: 0; padding-right: 6px; @@ -378,10 +385,21 @@ description > html|a { #dialogBox[resizable="true"] { resize: both; overflow: hidden; - min-height: 30em; + min-height: 20em; min-width: 66ch; } +#dialogBox > .groupbox-title { + -moz-margin-start: 0; + -moz-margin-end: 0; +/* padding: 3.5px 0; + background-color: #F1F1F1; */ +} + +#dialogTitle { + text-align: center; +} + .close-icon { background-color: transparent !important; border: none; @@ -405,21 +423,12 @@ description > html|a { #dialogFrame { -moz-box-flex: 1; /* Default dialog dimensions */ - height: 30em; + height: 20em; width: 66ch; } -tree:not(#rejectsTree) { - min-height: 15em; -} - -:-moz-any(dialog, window, prefwindow) groupbox { - -moz-margin-start: 8px; - -moz-margin-end: 8px; -} - /** - * End sub-dialog + * End Dialog */ /* === END shared/in-content/preferences.css === */