X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fpreferences%2Fin-content%2Fpreferences.css;h=2364c80b9f41a7ba3fe70883b78887b14babc889;hp=373ea31d26b2ea03a03396ff97ac77a8ec1c3ae6;hb=d74db93877c7a404babddcf7b0523fa2b1f6f2bf;hpb=31bc2dc17978c5a0a3e0e5da77eaa04af610fec8 diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index 373ea31d..2364c80b 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -46,51 +46,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 +62,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 +211,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 +287,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; }