fix cursor type for selected prefsTab

This commit is contained in:
Andrew Dolgov 2006-10-01 10:49:30 +01:00
parent f407c08674
commit 10b443bd59
1 changed files with 4 additions and 0 deletions

View File

@ -501,6 +501,10 @@ div.prefsTab:hover {
cursor : pointer;
}
div.prefsTabSelected:hover {
cursor : pointer;
}
div.prefsTab {
float : left;
border-width : 1px 1px 0px 1px;