sync LCARStrek theme with toolkit windows theme changes in Mozilla 40 cycle
[themes.git] / LCARStrek / browser / preferences / in-content / preferences.css
index 373ea31d26b2ea03a03396ff97ac77a8ec1c3ae6..00d77fd9459f0f7a148c88aee26f5f6f5d9af559 100644 (file)
@@ -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 {