add some support for nightly devtools changes
[themes.git] / LCARStrek / browser / devtools / toolbox.css
index 620bd55b8ee57c67e1c939b08c589c82484f99c2..7432a016af2f769db623986ca76885aacd26b983 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 {