mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 06:40:59 +00:00
added ui-page class
This commit is contained in:
parent
090d3256f1
commit
01214855b6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
$.fn.dialog = function(options){
|
||||
return $(this).each(function(){
|
||||
$(this)
|
||||
.addClass('ui-dialog ui-body-a')
|
||||
.addClass('ui-page ui-dialog ui-body-a')
|
||||
.find('[data-role=header]')
|
||||
.addClass('ui-corner-top ui-overlay-shadow')
|
||||
.end()
|
||||
|
|
|
|||
Loading…
Reference in a new issue