fix cursor type for selected prefsTab
This commit is contained in:
parent
f407c08674
commit
10b443bd59
|
@ -501,6 +501,10 @@ div.prefsTab:hover {
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.prefsTabSelected:hover {
|
||||||
|
cursor : pointer;
|
||||||
|
}
|
||||||
|
|
||||||
div.prefsTab {
|
div.prefsTab {
|
||||||
float : left;
|
float : left;
|
||||||
border-width : 1px 1px 0px 1px;
|
border-width : 1px 1px 0px 1px;
|
||||||
|
|
Loading…
Reference in New Issue