mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-30 10:09:12 -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:
@@ -57,7 +57,7 @@
|
||||
<div id="gStatus">
|
||||
<?= t("Starting up...") ?>
|
||||
</div>
|
||||
<div>
|
||||
<div class="txtright">
|
||||
<button id="gPauseButton" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Pause") ?></button>
|
||||
<button id="gDoneButton" class="ui-state-default ui-corner-all" style="display: none" onclick="dismiss()"><?= t("Close") ?></button>
|
||||
</div>
|
||||
|
||||
@@ -391,13 +391,6 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {
|
||||
.rtl #gRenameTagForm a, #gRenameTagForm span {
|
||||
float: right;
|
||||
}
|
||||
#gProgress button {
|
||||
float: right;
|
||||
margin-top: 1em;
|
||||
}
|
||||
.rtl #gProgress button {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#gTaskLogDialog h1 {
|
||||
font-size: 1.1em;
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -71,8 +71,12 @@ a,
|
||||
#gDialog a,
|
||||
.gButtonLink,
|
||||
.gButtonLink:hover,
|
||||
.gButtonLink:active {
|
||||
color: #5382BF !important;
|
||||
.gButtonLink:active,
|
||||
a.ui-state-hover,
|
||||
input.ui-state-hover,
|
||||
button.ui-state-hover {
|
||||
color: #5382bf !important;
|
||||
cursor: pointer !important;
|
||||
text-decoration: none;
|
||||
-moz-outline-style: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user