fixed bug 90274 r=shliang sr=hewitt selected folder name in mac classic not showing up

This commit is contained in:
andreww%netscape.com 2001-10-19 20:59:08 +00:00
Родитель 936a324053
Коммит 50e0122185
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -38,11 +38,11 @@ treeitem > treerow {
}
treeitem[selected="true"] > treerow {
color: #000000;
color: HighlightText;
background-color: Highlight;
}
treeitem[dd-dropon="true"] > treerow {
color: #000000;
color: HighlightText;
background-color: Highlight;
}