finish up sync of LCARStrek theme with windows theme changes in Firefox 22
[themes.git] / LCARStrek / browser / devtools / markup-view.css
index 0db502957e3d7a3f2590b1729b2d898f8e87be7f..d902c38d79e2c83a1b956e997b33c121dff86d71 100644 (file)
@@ -7,12 +7,6 @@
   margin: 0;
 }
 
-body {
-  font: message-box;
-  background-color: #000000;
-  color: #FF9F00;
-}
-
 .tagname {
   color: #FFCF00;
 }
@@ -55,17 +49,10 @@ li.container {
 
 .expander {
   position: absolute;
-  top: 5px;
-  left: 0;
-  width: 14px;
-  height: 14px;
-  background-repeat: no-repeat;
-  background-position: center;
-  background-image: url("chrome://global/skin/tree/twisty-closed.gif");
 }
 
-.expander[expanded] {
-  background-image: url("chrome://global/skin/tree/twisty-open.gif");
+.more-nodes {
+  padding-left: 16px;
 }
 
 .styleinspector-propertyeditor {