121998 no secondary highlight color for treerows in aqua/mac classic theme. r=sgehani, sr=jag, a=asa

This commit is contained in:
shliang%netscape.com 2003-02-13 23:10:18 +00:00
parent 7fc8c4e4dd
commit 94be522015

View File

@ -50,6 +50,10 @@ treechildren:-moz-tree-row {
height: 1.3em;
}
treechildren:-moz-tree-row(selected) {
background-color: -moz-Dialog;
}
treechildren:-moz-tree-row(selected, focus) {
background-color: Highlight;
}