third part of synching LCARStrek with windows theme changes in Firefox 28 cycle
[themes.git] / LCARStrek / browser / devtools / toolbox.css
index 620bd55b8ee57c67e1c939b08c589c82484f99c2..7006f26e5efd2d1a02eb97ae4ab333f4b9b21a6c 100644 (file)
@@ -117,6 +117,26 @@ notification {
   -moz-image-region: rect(0px, 32px, 16px, 16px);
 }
 
+#command-button-pick {
+  list-style-image: url("chrome://browser/skin/devtools/command-pick.png");
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+#command-button-pick:hover,
+#command-button-pick:hover:active {
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
+#command-button-splitconsole {
+  list-style-image: url("chrome://browser/skin/devtools/command-console.png");
+  -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+#command-button-splitconsole:hover,
+#command-button-splitconsole:hover:active {
+  -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+
 
 /* Tabs */
 
@@ -144,6 +164,8 @@ notification {
 .devtools-tab > image {
   -moz-margin-end: 0px;
 /*  -moz-margin-start: 4px; */
+  max-height: 16px;
+  width: 16px; /* Prevents collapse during theme switching */
 }
 
 #toolbox-tab-options > image {
@@ -202,10 +224,6 @@ notification {
   visibility: collapse;
 }
 
-#options-panel {
-  /* background-image: url("chrome://browser/skin/newtab/noise.png"); */
-}
-
 .options-vertical-pane {
   margin: 5px;
   width: calc(50% - 30px);
@@ -232,7 +250,6 @@ notification {
   /* !important is required otherwise font-size will still be 1.4rem */
   font-style: italic;
   padding: 4px 0 0; /* To align it with the checkbox */
-  color: #A09090;
 }
 
 .options-citation-label + label {