part 1 of syncing LCARStrek with browser windows/shared theme changes in FIrefox...
[themes.git] / LCARStrek / browser / devtools / markup-view.css
index 6b715b7a6f9b1b7d168be0fd1ab9d058efa4ff82..c6b965f85febd8fe26eb50eb47b84b420601b971 100644 (file)
@@ -7,12 +7,6 @@
   margin: 0;
 }
 
-body {
-  font: message-box;
-  background-color: #000000;
-  color: #FF9F00;
-}
-
 .tagname {
   color: #FFCF00;
 }
@@ -25,10 +19,6 @@ body {
   color: #E7ADE7;
 }
 
-.newattr {
-  cursor: pointer;
-}
-
 .comment {
   color: #8050B0;
 }
@@ -37,35 +27,8 @@ body {
   background-color: #008484;
 }
 
-/* Give some padding to focusable elements to match the editor input
- * that will replace them. */
-span[tabindex] {
-  display: inline-block;
-  padding: 1px 0;
-}
-
-li.container {
-  position: relative;
-  padding: 2px 0 0 2px;
-}
-
-.codebox {
-  padding-left: 14px;
-}
-
-.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-clsd.png");
-}
-
-.expander[expanded] {
-  background-image: url("chrome://global/skin/tree/twisty-open.png");
+.more-nodes {
+  padding-left: 16px;
 }
 
 .styleinspector-propertyeditor {