part 1 of update for both themes for changes in borwser winstripe in Firefox 19 cycle
[themes.git] / LCARStrek / browser / devtools / common.css
index 2bf56f4c9e27addce910faf01fbd0f969ae38c3a..021f2532f3770da22cc1b7a3b293d16c9825f365 100644 (file)
@@ -42,6 +42,18 @@ devtools-menulist:-moz-focusring,
 .devtools-toolbarbutton[checked=true]:hover:active {
 }
 
+.devtools-option-toolbarbutton {
+  list-style-image: url("chrome://browser/skin/devtools/option-icon.png");
+  -moz-image-region: rect(0px 16px 16px 0px);
+  background: none;
+  border: none;
+}
+
+.devtools-option-toolbarbutton:hover,
+.devtools-option-toolbarbutton[open=true] {
+  -moz-image-region: rect(0px 32px 16px 16px);
+}
+
 .devtools-menulist > .menulist-label-box {
   text-align: center;
 }