Popup: popup background image have been added
authorhjnim.kim <hjnim.kim@samsung.com>
Fri, 3 May 2013 02:42:34 +0000 (11:42 +0900)
committerhjnim.kim <hjnim.kim@samsung.com>
Fri, 3 May 2013 06:29:07 +0000 (15:29 +0900)
Popup background image have benn changed
( black opacity -> popup_bg.png )

Change-Id: I09ccde05ec8dbc504197e11c18ed8314fc86def6

src/themes/tizen/common/jquery.mobile.tizen.popup.less
src/themes/tizen/tizen-black/images/popup_bg.png [new file with mode: 0644]
src/themes/tizen/tizen-white/images/popup_bg.png [new file with mode: 0644]

index 227f10a..dc8a4a8 100644 (file)
@@ -5,8 +5,7 @@
 @popup-ratio: 86.12%;
 
 .ui-popup-screen {
-    background: #000000;
-    opacity: 0;
+       opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
@@ -16,7 +15,9 @@
 }
 
 .ui-overlay-dim {
-       opacity: 0.7;
+       background-image: url('images/popup_bg.png');
+       background-size: 100% 100%;
+       opacity: 1;
 }
 
 
diff --git a/src/themes/tizen/tizen-black/images/popup_bg.png b/src/themes/tizen/tizen-black/images/popup_bg.png
new file mode 100644 (file)
index 0000000..49a3573
Binary files /dev/null and b/src/themes/tizen/tizen-black/images/popup_bg.png differ
diff --git a/src/themes/tizen/tizen-white/images/popup_bg.png b/src/themes/tizen/tizen-white/images/popup_bg.png
new file mode 100644 (file)
index 0000000..49a3573
Binary files /dev/null and b/src/themes/tizen/tizen-white/images/popup_bg.png differ