tabbar : delete right/left tab animation color
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.tabbar.less
old mode 100755 (executable)
new mode 100644 (file)
index bccdfa6..8635dd8
        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%);
+}