Fix bug 47430, just add a style rule to change cursors. r=me a=germa

git-svn-id: svn://10.0.0.236/trunk@234287 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
BlakeR1234%aol.com
2007-09-06 21:50:12 +00:00
parent 32f73c7ede
commit 1d6d3e981a

View File

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