Fix bug 47429, just add a style rule to change cursors. r=me a=german

This commit is contained in:
BlakeR1234%aol.com 2000-08-13 00:05:15 +00:00
Родитель 0429a28063
Коммит 8a54261953
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -72,6 +72,7 @@ treeitem > treerow.searchresult > treecell {
treeitem > treerow.searchresult > treecell:hover {
color: blue;
text-decoration: underline;
cursor: pointer;
}
treeitem > treerow.searchresult > treecell > titledbutton:active {