From 2ef2b87ccb755d0195d748d1da24d5a96aad7abe Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 27 Jan 2009 16:53:46 +0000 Subject: 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) --- demos/dialog/modal.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'demos/dialog/modal.html') 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 }); }); -- cgit v1.2.3