second part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content / preferences.css
index 373ea31d26b2ea03a03396ff97ac77a8ec1c3ae6..f54c58095da9bb788483f337ab20e410b058001c 100644 (file)
@@ -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;
 }