mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
0.5 sec delay before blur layer show up -> 1.0 sec
added x_btn-primary class to the ok button on the common dialog for 'enter key' compatibility git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12585 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
55a706a8ef
commit
d255f503b8
2 changed files with 19 additions and 3 deletions
|
|
@ -996,7 +996,7 @@ jQuery(function($){
|
|||
</div>\
|
||||
<div class="x_modal-footer">\
|
||||
<button type="button" class="x_btn x_pull-left _cancel">'+xe.cmd_cancel+'</button>\
|
||||
<button type="submit" class="x_btn x_btn-inverse x_pull-right _ok">'+xe.cmd_confirm+'</button>\
|
||||
<button type="submit" class="x_btn x_btn-inverse x_pull-right x_btn-primary _ok">'+xe.cmd_confirm+'</button>\
|
||||
</div>');
|
||||
|
||||
$("body").append($msgBox);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue