X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Finspector%2Fviewers%2Fdom%2Fdom.css;h=4fea07857b5314a88cc2c78b8bace6129d2d0f1e;hp=ef1eb23c99380efebbb860bcd22e51da91b9c255;hb=7278d3809f0c07daa5a06d0be502c96f00cdef36;hpb=01fc5c117995a5c529b237b3aeedfb7b00a335a0 diff --git a/LCARStrek/inspector/viewers/dom/dom.css b/LCARStrek/inspector/viewers/dom/dom.css index ef1eb23c..4fea0785 100644 --- a/LCARStrek/inspector/viewers/dom/dom.css +++ b/LCARStrek/inspector/viewers/dom/dom.css @@ -40,6 +40,10 @@ /* :::::::: 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; }