X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=60ad00014648d52615351d1fcf54f2f6de5806d4;hp=ecfb6bab05a688739a2027a16ba7d1012c036e47;hb=c9b0a39698caad3beaf5228ce051ec83042d4de9;hpb=e184b6619b56a4a97edc2b1f31c778bfebacf421 diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index ecfb6bab..60ad0001 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -28,7 +28,6 @@ max-width: 800px; font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; font-size: 1.25rem; - line-height: 22px; color: #FF9F00; } @@ -46,51 +45,12 @@ treecol { #categories { max-height: 100vh; - - background-color: #A09090; - padding-top: 4em; - margin: 0; - border-radius: 1em 0 0 0; - border: none; } #categories > scrollbox { overflow-x: hidden !important; } -.category { - background-color: #000000; - color: #FFCF00; - -moz-border-end-width: 0; - -moz-padding-start: 15px; - -moz-padding-end: 21px; - min-height: 40px; - transition: background-color 150ms; -} - -.category:hover { - background-color: #FFCF00; - color: #000000; -} - -.category[selected] { - background-color: #008484; - color: #000000; -} - -#categories[keyboard-navigation="true"]:-moz-focusring > .category[current] { - border-top: 1px dotted #000000; - border-bottom: 1px dotted #000000; -} - -.category-name { - line-height: 22px; - font-size: 1.25rem; - padding-bottom: 2px; - -moz-padding-start: 9px; - margin: 0; -} - /** * We want the last category to always have non-0 getBoundingClientRect().bottom * so we can use the value to figure out the max-height of the list in @@ -101,11 +61,6 @@ treecol { visibility: collapse; } -.category-icon { - width: 24px; - height: 24px; -} - #category-general > .category-icon { list-style-image: url("chrome://browser/skin/preferences/in-content/icons.svg#general"); } @@ -255,6 +210,11 @@ treecol { margin-right: 4px !important; } +#defaultFontSizeLabel { + /* !important needed to override common !important rule */ + -moz-margin-start: 4px !important; +} + /* Applications Pane Styles */ #applicationsContent { @@ -326,8 +286,8 @@ description > html|a { #weavePrefsDeck > vbox > description, #weavePrefsDeck > vbox > #pairDevice > label, #weavePrefsDeck > #needsUpdate > hbox > #loginError, -#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP-normal) > label, -#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP-small) > label { +#weavePrefsDeck > #hasFxaAccount > vbox > label, +#weavePrefsDeck > #hasFxaAccount > hbox:not(#tosPP-normal) > label { /* no margin-start for elements at the begin of a line */ -moz-margin-start: 0; } @@ -343,6 +303,9 @@ description > html|a { #telemetryLearnMore, #FHRLearnMore, #crashReporterLearnMore { + /* provide some margin between the links and the label text */ + /* !important is needed to override the rules defined in common.css */ + -moz-margin-start: 20px !important; /* center the links */ margin-top: 8px; margin-bottom: 8px; @@ -402,15 +365,17 @@ description > html|a { #dialogTitle { text-align: center; + -moz-user-select: none; } .close-icon { background-color: transparent !important; border: none; box-shadow: none; - height: 18px; padding: 0; - min-width: 18px; + height: auto; + min-height: 16px; + min-width: 0; } #dialogBox > .groupbox-title > caption { @@ -440,6 +405,17 @@ description > html|a { * End Dialog */ +/** + * Font dialog menulist fixes + */ + +#defaultFontType, +#serif, +#sans-serif, +#monospace { + min-width: 30ch; +} + /** * Sync migration */ @@ -462,6 +438,19 @@ description > html|a { to { opacity: 1; } } +/** + * Sync + */ + +#fxaDeviceName { + margin: 14px 0px; +} + +#fxaSyncComputerName.plain { + background-color: transparent; + opacity: 1; +} + /* === END shared/in-content/preferences.css === */ caption {