diff options
author | hjnim.kim <hjnim.kim@samsung.com> | 2013-05-03 11:42:34 +0900 |
---|---|---|
committer | hjnim.kim <hjnim.kim@samsung.com> | 2013-05-03 15:29:07 +0900 |
commit | 2d3425a3cb47072b8cf1098b33cfb3bf1573afb5 (patch) | |
tree | dd6ba5c5ca2482822642d741b3b27e422b35d8fa /src/themes | |
parent | 54eac9dfaf2aa08202f876d306d85e66a018ee6b (diff) | |
download | web-ui-fw-2d3425a3cb47072b8cf1098b33cfb3bf1573afb5.tar.gz web-ui-fw-2d3425a3cb47072b8cf1098b33cfb3bf1573afb5.tar.bz2 web-ui-fw-2d3425a3cb47072b8cf1098b33cfb3bf1573afb5.zip |
Popup: popup background image have been added
Popup background image have benn changed
( black opacity -> popup_bg.png )
Change-Id: I09ccde05ec8dbc504197e11c18ed8314fc86def6
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.tizen.popup.less | 7 | ||||
-rw-r--r-- | src/themes/tizen/tizen-black/images/popup_bg.png | bin | 0 -> 456383 bytes | |||
-rw-r--r-- | src/themes/tizen/tizen-white/images/popup_bg.png | bin | 0 -> 456383 bytes |
3 files changed, 4 insertions, 3 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.tizen.popup.less b/src/themes/tizen/common/jquery.mobile.tizen.popup.less index 227f10a1..dc8a4a80 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.popup.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.popup.less @@ -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 Binary files differnew file mode 100644 index 00000000..49a3573a --- /dev/null +++ b/src/themes/tizen/tizen-black/images/popup_bg.png diff --git a/src/themes/tizen/tizen-white/images/popup_bg.png b/src/themes/tizen/tizen-white/images/popup_bg.png Binary files differnew file mode 100644 index 00000000..49a3573a --- /dev/null +++ b/src/themes/tizen/tizen-white/images/popup_bg.png |