you need dominspector, or chromebug or
http://code.google.com/p/foximirror/downloads/list (this is my
unfinised addon) to find wich css rules you want to override

then adding this to stylish must make your text readable

@-moz-document url("chrome://firebug/content/panel.html"){
.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox,
.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeTag,
.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeAttr
> .nodeValue,
.nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeText{
       color: darkblue!important;
}
}

it would be even better if selection added only border around node, so
that text remained colored, but that's hard to do with stylish because
of the way firebug's stylesheet is writen now:(

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to