Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but progress bar cursor. #669

This commit is contained in:
Chad Kieffer
2009-08-31 23:51:27 -06:00
parent 9cb8c10bb5
commit 39ca803af7
4 changed files with 15 additions and 11 deletions
+8 -1
View File
@@ -71,7 +71,10 @@ a,
#gDialog a,
.gButtonLink,
.gButtonLink:hover,
.gButtonLink:active {
.gButtonLink:active,
a.ui-state-hover,
input.ui-state-hover,
button.ui-state-hover {
color: #5382BF !important;
text-decoration: none;
-moz-outline-style: none;
@@ -1055,6 +1058,10 @@ table .gSuccess {
text-align: right;
}
.rtl .txtright {
text-align: left;
}
.rtl #gHeader #gQuickSearchForm,
.rtl #gForgotPasswordLink,
.rtl #gHeader #gLoginMenu,