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=816a34bdd3e417fc9ba03542604134f624fbf6af;hb=de5e780daa5242500976dde56483222a51ecdae5;hpb=58036cb8df01894560483ebc2abd3115258e8a90 diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 816a34bd..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; @@ -40,6 +32,16 @@ prefpane { color: #FF9F00; } +* { + -moz-user-select: text; +} + +button, +treecol { + /* override the * rule */ + -moz-user-select: none; +} + /* Category List */ #categories { @@ -99,12 +101,12 @@ prefpane { } #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 { @@ -175,6 +177,15 @@ prefpane { /* General Pane */ +#useFirefoxSync { + font-size: 90%; + -moz-margin-end: 8px !important; +} + +#getStarted { + font-size: 90%; +} + #isNotDefaultLabel { font-weight: bold; } @@ -338,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 { @@ -349,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; @@ -359,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; @@ -386,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 === */