first part of syncing LCARStrek with Firefox 36 windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content / preferences.css
index 816a34bdd3e417fc9ba03542604134f624fbf6af..4ad8747ffe925de80da2296552a7357944437fc4 100644 (file)
@@ -40,6 +40,16 @@ prefpane {
   color: #FF9F00;
 }
 
   color: #FF9F00;
 }
 
+* {
+  -moz-user-select: text;
+}
+
+button,
+treecol {
+  /* override the * rule */
+  -moz-user-select: none;
+}
+
 /* Category List */
 
 #categories {
 /* Category List */
 
 #categories {
@@ -99,12 +109,12 @@ prefpane {
 }
 
 #category-search > .category-icon {
 }
 
 #category-search > .category-icon {
-  -moz-image-region: rect(0, 194px, 24px, 168px);
+  -moz-image-region: rect(0, 192px, 24px, 168px);
 }
 
 #category-search:hover > .category-icon,
 #category-search[selected] > .category-icon {
 }
 
 #category-search:hover > .category-icon,
 #category-search[selected] > .category-icon {
-  -moz-image-region: rect(24px, 194px, 48px, 168px);
+  -moz-image-region: rect(24px, 192px, 48px, 168px);
 }
 
 #category-content > .category-icon {
 }
 
 #category-content > .category-icon {
@@ -175,6 +185,15 @@ prefpane {
 
 /* General Pane */
 
 
 /* General Pane */
 
+#useFirefoxSync  {
+  font-size: 90%;
+  -moz-margin-end: 8px !important;
+}
+
+#getStarted {
+  font-size: 90%;
+}
+
 #isNotDefaultLabel {
   font-weight: bold;
 }
 #isNotDefaultLabel {
   font-weight: bold;
 }
@@ -338,6 +357,17 @@ description > html|a {
   margin-bottom: 8px;
 }
 
   margin-bottom: 8px;
 }
 
+#trackingProtectionImage {
+  width: 16px;
+  height: 16px;
+  list-style-image: url("chrome://browser/skin/bad-content-blocked-16.png");
+}
+
+@media (min-resolution: 2dppx) {
+  #trackingProtectionImage {
+    list-style-image: url("chrome://browser/skin/bad-content-blocked-16@2x.png");
+  }
+}
 
 /**
  * Sub-dialog
 
 /**
  * Sub-dialog