finish up sync of LCARStrek theme with windows theme changes in Firefox 22
[themes.git] / LCARStrek / browser / devtools / markup-view.css
index 8e7c15513e07c56023b4d7e7786f74565380eb98..d902c38d79e2c83a1b956e997b33c121dff86d71 100644 (file)
@@ -7,11 +7,6 @@
   margin: 0;
 }
 
-body {
-  background-color: #000000;
-  color: #FF9F00;
-}
-
 .tagname {
   color: #FFCF00;
 }
@@ -54,17 +49,6 @@ 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 {