The recommended way to install user styles is to use Firefox with Stylish.
If you already have Firefox with Stylish, make sure this site is allowed to run JavaScript.
You've installed this user style in Stylish. To uninstall it, open the Tools menu, choose Add-ons, click the User Styles panel on the top, click on the entry for this user style, and click Uninstall.
Like customizing Firefox? Customize your new tabs with New Tab King.
You've installed this user style in Stylish. To uninstall it, open the Tools menu, choose Stylish, and remove the entry from there.
You've installed this user style in Stylish, but a newer version is available.
To uninstall this user style, open the Tools menu, choose Add-ons, click the User Styles panel on the top, click on the entry for this user style, and click Uninstall.
Like customizing Firefox? Customize your new tabs with New Tab King.
The recommended way to install this user style is to .
Like customizing Firefox? Customize your new tabs with New Tab King.
The recommended way to install this user style is to .
tested on ff2/3 (works on anything with a tree, see comment)
Updates: selected item bold (thanks Paulfox) added colour for "PROCESSING_INSTRUCTION_NODE" removed "anonymous" node colour (it makes everything red for xml docs) added colour for "ACCESSIBLE_NODE" re-added "anonymous" node colour (i dont use domi on xml files usually, but if you do than you may want to remove that line) cleaned it up a bit
there's a bunch of other nodes, but i don't know what they're used for ENTITY_REFERENCE_NODE ENTITY_NODE DOCUMENT_FRAGMENT_NODE NOTATION_NODE example: treechildren:-moz-tree-cell-text(CDATA_SECTION_NODE){color:red!important}
there's also ELEMENT_NODE (leftside items in DOMi) ATTRIBUTE_NODE (rightside items)
if anyone wants the domi edit dialog wider dialog#editInsertAttribute{width:60em!important}