



tested on ff2/3
Update:
selected item bold (thanks Paulfox)
added a text colour for PROCESSING_INSTRUCTION_NODE (found just below html in domi here: http://userstyles.org/styles.atom;new_styles)
found a bunch of those selectors? but im not sure what these do (if anyone wants to find out)
CDATA_SECTION_NODE
ENTITY_REFERENCE_NODE
ENTITY_NODE
DOCUMENT_FRAGMENT_NODE
NOTATION_NODE
example selector: treechildren:-moz-tree-cell-text(CDATA_SECTION_NODE)
theres also
ELEMENT_NODE (leftside items)
ATTRIBUTE_NODE (rightside items)
if anyone wants the domi edit dialog wider
dialog#editInsertAttribute{width:60em!important}
Before
|
After
|
Real nice. The narrow tree and contrasting line make it a lot easier to follow. Thanks.
Thanks, ChoGGi! It is indeed much easier and less cluttered, great job!
Outstanding. The multiple colors are VERY useful - thanks ChoGGi. I used the "width 12px" from np's DOM indent fixer, added "font-weight:bold!important" to the selected row, and made the highlight "yellow." This is fantastic; much easier to read and navigate!