mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-31 12:10:51 -04:00
Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but progress bar cursor. #669
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user