зеркало из https://github.com/mozilla/gecko-dev.git
Fixing problem with double clicking on the tasks list causing text to disappear.
This commit is contained in:
Родитель
db09aa21f0
Коммит
e352e2a200
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче