X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=2a7185067d795f5b44f63aa2853c2b95077edfec;hp=4ad8747ffe925de80da2296552a7357944437fc4;hb=c1080df62f8b2f28ca13475f9ae69f68465cce86;hpb=3981a41b30b3237e79ea5c3677c6007dcbd92061 diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 4ad8747f..2a718506 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; @@ -370,7 +362,7 @@ description > html|a { } /** - * Sub-dialog + * Dialog */ #dialogOverlay { @@ -379,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; @@ -389,10 +385,15 @@ description > html|a { #dialogBox[resizable="true"] { resize: both; overflow: hidden; - min-height: 30em; + min-height: 20em; min-width: 66ch; } +.titlebar { + -moz-margin-start: 0; + -moz-margin-end: 0; +} + .close-icon { background-color: transparent !important; border: none; @@ -416,21 +417,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 === */