Check divider : modify checkbox style that used list with check divider.
authorhc7.choi <hc7choi@hc7.choi>
Thu, 30 May 2013 06:15:30 +0000 (15:15 +0900)
committerhc7.choi <hc7choi@hc7.choi>
Fri, 31 May 2013 09:02:56 +0000 (18:02 +0900)
Checkbox less file has been modified when used list with check divider. (N_SE-38506)

Change-Id: Ib41021b0e775ed3689752397d20bc486d79f9b96

src/themes/tizen/common/jquery.mobile.forms.checkboxradio.less

index 4d28ebd..5f1f02e 100644 (file)
        background-image: url(images/00_check_checking.png), url(images/00_check_bg.png);
        background-repeat: no-repeat;
 }
-.ui-btn-down-s .ui-icon-checkbox-off {
-       width: @checkbox-radio-size-width;
-       height: @checkbox-radio-size-height;
-       background-image: url(images/00_check_press.png), url(images/00_check_bg_press.png);
+.ui-btn-down-s.ui-checkbox-off {
+       .ui-icon-checkbox-off {
+               width: @checkbox-radio-size-width;
+               height: @checkbox-radio-size-height;
+               background-image: url(images/00_check_press.png), url(images/00_check_bg_press.png);
+       }
 }
 .ui-btn-down-s .ui-icon-checkbox-on {
        width: @checkbox-radio-size-width;