aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/modal-message.html
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2009-01-27 16:53:46 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2009-01-27 16:53:46 +0000
commit2ef2b87ccb755d0195d748d1da24d5a96aad7abe (patch)
tree140f3fccac92bf22286105f8cf81456adf6180cc /demos/dialog/modal-message.html
parent9dbeb228f6abc7cb353db0aceebe3001a0f3d357 (diff)
downloadjquery-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-message.html')
-rw-r--r--demos/dialog/modal-message.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html
index 6052ac155..a0a039f85 100644
--- a/demos/dialog/modal-message.html
+++ b/demos/dialog/modal-message.html
@@ -15,10 +15,6 @@
$("#dialog").dialog({
bgiframe: true,
modal: true,
- overlay: {
- backgroundColor: '#000',
- opacity: 0.5
- },
buttons: {
Ok: function() {
$(this).dialog('close');