mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-09 23:24:44 +00:00
auto-add the dark theme class to ui-page
This commit is contained in:
parent
c360b1eeac
commit
9f1a28ab70
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')
|
||||
.addClass('ui-dialog ui-body-a')
|
||||
.find('.ui-header')
|
||||
.addClass('ui-corner-top ui-overlay-shadow')
|
||||
.end()
|
||||
|
|
|
|||
Loading…
Reference in a new issue