Export 0.1.48
[platform/framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.theme.less
index d01bda5..ea8cb4f 100755 (executable)
@@ -16,7 +16,7 @@
 ***************************************************************************/
 .ui-bar-s {
        border: none;
-       background: @color_bar_bg;
+       .LESSHeaderFooterBackground;
        color: @color_bar_title_text;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
 .ui-header.ui-bar-s{
        position : fixed;
        top : 0px;
-       background : @color_bar_title_bg;
+       .LESSColorBarTitleBackground;
 
        min-height : 100 * @unit_base;
 
                border-left-color : @color_bar_title_btn_border;
 
                font-weight : bold;
-               -webkit-border-radius : 0px;
-
+               .LESSborder-radius-all(0px);
                span.ui-btn-inner {
                        padding-top : 13 * @unit_base;
                        padding-bottom : 13 * @unit_base;
        /* listview divider */
        /* NOTE: this divider has no swatch tag! */
        li.ui-li-divider {
-               background: @color_list_divider_bg;
+               .LESSlistDivider_Background;
                color:          @color_list_divider_text;
        }
        /* subitem */
@@ -792,7 +791,14 @@ a.ui-link-inherit {
 }
 
 .ui-btn-ani-endposition {
+       -ms-transition-property : left;
+       -o-transition-property : left;
+       -moz-transition-property : left;
        -webkit-transition-property : left;
+
+       -ms-transition: all 0.3s ease-in-out;
+       -o-transition: all 0.3s ease-in-out;
+       -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
 }
 
@@ -800,7 +806,14 @@ a.ui-link-inherit {
 }
 
 .ui-btn-ani-verticalendposition {
+       -ms-transition-property : top;
+       -o-transition-property : top;
+       -moz-transition-property : top;
        -webkit-transition-property : top;
+
+       -ms-transition: all 0.3s ease-in-out;
+       -o-transition: all 0.3s ease-in-out;
+       -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
 }
 /*************************************************************************** 
@@ -966,9 +979,7 @@ a.ui-link-inherit {
 
 /* checks,radios */
 .ui-checkbox .ui-icon {
-       -moz-border-radius: 3px;
-       -webkit-border-radius: 3px;
-       border-radius: 3px;
+       .LESSborder-radius-all(3px);
 }
 //.ui-icon-checkbox-off,
 .ui-icon-radio-off {
@@ -1016,15 +1027,10 @@ a.ui-link-inherit {
        .ui-icon-ctrlbar-add_tag, .ui-icon-ctrlbar-Chat, .ui-icon-ctrlbar-view_file_history 
         {
                background-color : transparent;
-
-               -moz-border-radius: 0px;
-               -webkit-border-radius: 0px;
-               border-radius: 0px;
+               .LESSborder-radius-all(0px);
                background-size:  100% 100%;
-               
-               -moz-box-shadow: 0px 0px 0                              rgba(255,255,255,.4);
-               -webkit-box-shadow: 0px 0px 0                   rgba(255,255,255,.4);
-               box-shadow: 0px 0px 0                                   rgba(255,255,255,.4);                   
+
+               .LESSbox-shadow(0px,0px,0, rgba(255,255,255,.4));
        }
 
        .ui-icon-ctrlbar-account_sign-up {
@@ -1505,6 +1511,8 @@ a.ui-link-inherit {
 -----------------------------------------------------------------------------------------------------------*/
 
 .ui-mobile-nosupport-boxshadow * {
+       -ms-box-shadow: none !important;
+       -o-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;