forth and final part of syncing LCARStrek with Firefox 35 windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content / preferences.css
index 816a34bdd3e417fc9ba03542604134f624fbf6af..e3251d630a16e0e586632f1724a2916a892eb8d0 100644 (file)
@@ -40,6 +40,16 @@ prefpane {
   color: #FF9F00;
 }
 
+* {
+  -moz-user-select: text;
+}
+
+button,
+treecol {
+  /* override the * rule */
+  -moz-user-select: none;
+}
+
 /* Category List */
 
 #categories {
@@ -99,12 +109,12 @@ prefpane {
 }
 
 #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 {
-  -moz-image-region: rect(24px, 194px, 48px, 168px);
+  -moz-image-region: rect(24px, 192px, 48px, 168px);
 }
 
 #category-content > .category-icon {
@@ -175,6 +185,15 @@ prefpane {
 
 /* General Pane */
 
+#useFirefoxSync  {
+  font-size: 90%;
+  -moz-margin-end: 8px !important;
+}
+
+#getStarted {
+  font-size: 90%;
+}
+
 #isNotDefaultLabel {
   font-weight: bold;
 }