diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 12:31:02 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 12:31:02 -0700 |
commit | eca8a366e0623bbfc6aa07e6347a9b0cc768f6d9 (patch) | |
tree | bd8f1df4c43e9277c6eaf41dafefc377d414deb4 | |
parent | 4bc7165dab267311407294b11a77e6c2689ad4a1 (diff) | |
parent | c9d2e222662746c1a8d1866dcd480f1440898735 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r-- | lib/gallery.dialog.js | 1 | ||||
-rw-r--r-- | themes/default/css/screen.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index 67f3f02d..39c451e3 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -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"); diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 82cdb331..5eb30bde 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -308,7 +308,7 @@ li.gError select { .gError { background-color: #f6cbca; - color: #fc0; + color: #f00; background-image: url('../images/ico-error.png'); } |