tabbar : delete right/left tab animation color
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Thu, 7 Feb 2013 05:03:08 +0000 (14:03 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 7 Feb 2013 05:53:02 +0000 (14:53 +0900)
ux is not clear(color will be adjusted after UX guide release)

Change-Id: Id216db1c21501e0923f8b9872529a637c72e3e41

src/themes/tizen/common/jquery.mobile.tizen.tabbar.less

index bccdfa6..8635dd8 100644 (file)
        left : 0px;
        border-top-right-radius : 10 * @unit_base;
        border-bottom-right-radius : 10 * @unit_base;
-       background : -webkit-linear-gradient(left,  rgba(0, 0, 155, 1) 0%,rgba(246,248,239,1) 100%);
+       background : -webkit-linear-gradient(left,  rgba(246, 248, 239, 1) 0%,rgba(246,248,239,1) 100%);
 }
 
 .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(0, 0, 155, 1) 0%,rgba(246,248,239,1) 100%);
-}
\ No newline at end of file
+       background : -webkit-linear-gradient(right,  rgba(246, 248, 239, 1) 0%,rgba(246,248,239,1) 100%);
+}