diff options
author | Jinhyuk Jun <jinhyuk.jun@samsung.com> | 2013-04-11 14:17:18 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2013-04-16 13:38:21 +0900 |
commit | 202690a5ea6221d8c399d9e60787f371619b65fc (patch) | |
tree | 9a41e65108bc71e4dc2382153084aff61e354cc6 | |
parent | 91585faea5df60949c569c3dab121d543614260f (diff) | |
download | web-ui-fw-202690a5ea6221d8c399d9e60787f371619b65fc.tar.gz web-ui-fw-202690a5ea6221d8c399d9e60787f371619b65fc.tar.bz2 web-ui-fw-202690a5ea6221d8c399d9e60787f371619b65fc.zip |
Tabbar : Change overscroll image(left/right)
Change-Id: I809d4f0debb0109498b905d536cc74c383c5d12a
-rw-r--r-- | src/themes/tizen/common/jquery.mobile.tizen.tabbar.less | 14 | ||||
-rw-r--r-- | src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_left.png | bin | 0 -> 4909 bytes | |||
-rw-r--r-- | src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_right.png | bin | 0 -> 4544 bytes |
3 files changed, 6 insertions, 8 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.tizen.tabbar.less b/src/themes/tizen/common/jquery.mobile.tizen.tabbar.less index 69119f09..5e7390d6 100644 --- a/src/themes/tizen/common/jquery.mobile.tizen.tabbar.less +++ b/src/themes/tizen/common/jquery.mobile.tizen.tabbar.less @@ -238,21 +238,19 @@ position : absolute; top : 0px; - width : 10 * @unit_base; + width : 81 * @unit_base; height : 55 * @unit_base; - background : -webkit-linear-gradient(left, rgba(0, 0, 155, 1) 0%,rgba(246,248,239,1) 100%); + + background-repeat: no-repeat; + background-size: 100% 100%; } .ui-tabbar-divider-left { left : 0px; - border-top-right-radius : 10 * @unit_base; - border-bottom-right-radius : 10 * @unit_base; - background : -webkit-linear-gradient(left, rgba(153, 153, 153, 1) 0%,rgba(246,248,239,1) 100%); + background-image: url(images/00_effect_title_tab_bounce_left.png); } .ui-tabbar-divider-right { right : 0px; - border-top-left-radius : 10 * @unit_base; - border-bottom-left-radius : 10 * @unit_base; - background : -webkit-linear-gradient(right, rgba(153, 153, 153, 1) 0%,rgba(246,248,239,1) 100%); + background-image: url(images/00_effect_title_tab_bounce_right.png); } diff --git a/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_left.png b/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_left.png Binary files differnew file mode 100644 index 00000000..8eca760f --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_left.png diff --git a/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_right.png b/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_right.png Binary files differnew file mode 100644 index 00000000..9af8c07d --- /dev/null +++ b/src/themes/tizen/tizen-white/images/00_effect_title_tab_bounce_right.png |