X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Finspector%2Fviewers%2Fdom%2Fdom.css;h=e9a21314041fad97175098cce3c6154803468e47;hp=ef1eb23c99380efebbb860bcd22e51da91b9c255;hb=a12570b9df613c628ada41eac0bf14f642ecf578;hpb=37cf043b1ac46515826d52fbe2be3cf2317a351e diff --git a/LCARStrek/inspector/viewers/dom/dom.css b/LCARStrek/inspector/viewers/dom/dom.css index ef1eb23c..e9a21314 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; }