diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-27 16:53:46 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-27 16:53:46 +0000 |
commit | 2ef2b87ccb755d0195d748d1da24d5a96aad7abe (patch) | |
tree | 140f3fccac92bf22286105f8cf81456adf6180cc /demos/dialog/modal.html | |
parent | 9dbeb228f6abc7cb353db0aceebe3001a0f3d357 (diff) | |
download | jquery-ui-2ef2b87ccb755d0195d748d1da24d5a96aad7abe.tar.gz jquery-ui-2ef2b87ccb755d0195d748d1da24d5a96aad7abe.zip |
dialog:
- implemented themeroller overlay, removes option overlay (now handled through CSS) (implements #3681)
- implemented shadow option (boolean), if set to true, adds shadow from css framework (implements #3681)
Diffstat (limited to 'demos/dialog/modal.html')
-rw-r--r-- | demos/dialog/modal.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index f3e7013a5..ffe43d4f1 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -15,11 +15,7 @@ $("#dialog").dialog({ bgiframe: true, height: 140, - modal: true, - overlay: { - backgroundColor: '#000', - opacity: 0.5 - } + modal: true }); }); </script> |