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
Родитель 89a3c12c27
Коммит c9c71ba4f0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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;
}