rest of LCARStrek sync to browser windows theme changes in Firefox 25
[themes.git] / LCARStrek / browser / devtools / markup-view.css
index 0db502957e3d7a3f2590b1729b2d898f8e87be7f..0b3d937867298caac00c1672f0f29399e1dc74af 100644 (file)
@@ -7,12 +7,6 @@
   margin: 0;
 }
 
-body {
-  font: message-box;
-  background-color: #000000;
-  color: #FF9F00;
-}
-
 .tagname {
   color: #FFCF00;
 }
@@ -45,7 +39,6 @@ span[tabindex] {
 }
 
 li.container {
-  position: relative;
   padding: 2px 0 0 2px;
 }
 
@@ -53,19 +46,17 @@ li.container {
   padding-left: 14px;
 }
 
+.codebox > * {
+  vertical-align: middle;
+}
+
 .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");
+  display: inline-block;
+  margin-left: -14px;
 }
 
-.expander[expanded] {
-  background-image: url("chrome://global/skin/tree/twisty-open.gif");
+.more-nodes {
+  padding-left: 16px;
 }
 
 .styleinspector-propertyeditor {