Fixing problem with double clicking on the tasks list causing text to disappear.

This commit is contained in:
mikep%oeone.com 2003-02-13 16:44:53 +00:00
Родитель db09aa21f0
Коммит e352e2a200
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1127,7 +1127,7 @@ treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, lowpriority) {
list-style-image : url( "chrome://calendar/skin/unifinder/priority_low.png" )
}
treechildren:-moz-tree-cell-text(focus, selected) {
treechildren:-moz-tree-cell-text(selected) {
color : HighlightText;
}

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

@ -1132,7 +1132,7 @@ treechildren:-moz-tree-image(unifinder-todo-tree-col-priority, lowpriority) {
}
treechildren:-moz-tree-cell-text(focus, selected) {
treechildren:-moz-tree-cell-text(selected) {
color : white;
}