Naviframe : delete ui-btn-inner border radius
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Fri, 8 Feb 2013 04:10:38 +0000 (13:10 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 19 Feb 2013 07:58:43 +0000 (16:58 +0900)
sdk shows abnormal radius value when groupcontrol made

Change-Id: Idcc71600db9e264e1c1c52934330f10bee25c15a

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

index bfffcf8..5f70715 100644 (file)
                        border-color : @color_bar_divider_line;
                        border-top-width : 0px;
                        border-bottom-width : 0px;
-                       border-left-width : 0px;
+                       border-left-width : 1px;
                        border-right-width : 1px;
 
-                       border-top-left-radius : 0px !important;
-                       border-top-right-radius : 0px !important;
-                       border-bottom-left-radius : 0px !important;
-                       border-bottom-right-radius : 0px !important;
+                       .LESSborder-radius-all(0);
 
                        box-shadow : none;
 
                        padding : 0px;
                        margin-left : -4 * @unit_base;
                        margin-right : -5 * @unit_base;
-
+                       &.ui-btn-hover-s {
+                               .LESSborder-radius-all(0);
+                       }
                        &.ui-btn-down-s, .ui-btn-active-s {
+                               .LESSborder-radius-all(0);
                                .ui-btn-inner {
                                        background : @color_bg;
                                        .ui-btn-text {
                        }
 
                        >.ui-btn-inner {
+                               .LESSborder-radius-all(0);
                                border : 0px solid;
                                box-shadow : none;
                        }