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