mirror of
https://github.com/Pathduck/gallery3.git
synced 2024-10-29 21:07:18 -04:00
Apply hover effect to dialog buttons.
This commit is contained in:
parent
60cfa54b82
commit
75ee962c9e
@ -76,6 +76,7 @@
|
||||
var eCancel = '<a href="#" class="gCancel">' + MSG_CANCEL + '</a>';
|
||||
if ($("#gDialog .submit").length) {
|
||||
$("#gDialog .submit").addClass("ui-state-default ui-corner-all");
|
||||
$.fn.gallery_hover_init();
|
||||
$("#gDialog .submit").parent().append(eCancel);
|
||||
$("#gDialog .gCancel").click(function(event) {
|
||||
$("#gDialog").dialog("close");
|
||||
|
Loading…
Reference in New Issue
Block a user