keep up with Classic; bump skinVersion to 1.5 and EarlyBlue version to 1.5b (if I...
[themes.git] / EarlyBlue / inspector / viewers / dom / dom.css
index a55b76f7c4faa9eaded084bddebcf3687f513b22..1c95ff01e6d783ae2682b35cf6a5f5b83a34d579 100644 (file)
 
 /* :::::::: node type color coding :::::::: */
 
-treechildren:-moz-tree-cell-text(ELEMENT_NODE) {
+treechildren::-moz-tree-cell-text(ELEMENT_NODE) {
   color: #000000;
 }
 
-treechildren:-moz-tree-cell-text(ATTRIBUTE_NODE) {
+treechildren::-moz-tree-cell-text(ATTRIBUTE_NODE) {
   color: #556b2f;
 }
 
-treechildren:-moz-tree-cell-text(CDATA_SECTION_NODE),
-treechildren:-moz-tree-cell-text(TEXT_NODE) {
+treechildren::-moz-tree-cell-text(CDATA_SECTION_NODE),
+treechildren::-moz-tree-cell-text(TEXT_NODE) {
   color: #0000AA;
 }
 
-treechildren:-moz-tree-cell-text(COMMENT_NODE) {
+treechildren::-moz-tree-cell-text(COMMENT_NODE) {
   color: #228b22;
 }
 
-treechildren:-moz-tree-cell-text(DOCUMENT_NODE) {
+treechildren::-moz-tree-cell-text(DOCUMENT_NODE) {
   color: #800080;
 }
 
-treechildren:-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) {
+treechildren::-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) {
   color: #808080;
 }
 
-treechildren:-moz-tree-cell-text(anonymous) {
+treechildren::-moz-tree-cell-text(anonymous) {
   color: #ff0000;
 }
 
-treechildren:-moz-tree-cell-text(selected, focus) {
+treechildren::-moz-tree-cell-text(selected, focus) {
   color: #FFFFFF;
 }
 
 /* :::::::: drag and drop insertion indicators :::::::: */
 
-treechildren:-moz-tree-column(dnd-insert-before) {
+treechildren::-moz-tree-column(dnd-insert-before) {
   border-left: 2px solid #000000;
 }
 
-treechildren:-moz-tree-column(dnd-insert-after) {
+treechildren::-moz-tree-column(dnd-insert-after) {
   border-right: 2px solid #000000;
 }