update DOM inspector to development up to 2009-02-12
[themes.git] / LCARStrek / inspector / viewers / dom / dom.css
index ef1eb23c99380efebbb860bcd22e51da91b9c255..4fea07857b5314a88cc2c78b8bace6129d2d0f1e 100644 (file)
 
 /* :::::::: node type color coding :::::::: */
 
+treechildren::-moz-tree-cell-text(ACCESSIBLE_NODE) {
+  font-weight: bold;
+}
+
 treechildren::-moz-tree-cell-text(ELEMENT_NODE) {
   color: #FF9F00;
 }
@@ -61,6 +65,10 @@ treechildren::-moz-tree-cell-text(DOCUMENT_NODE) {
   color: #800080;
 }
 
+treechildren::-moz-tree-cell-text(DOCUMENT_TYPE_NODE) {
+  color: #606000;
+}
+
 treechildren::-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) {
   color: #808080;
 }