mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -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>
|
||||
|
||||
Reference in New Issue
Block a user