checkbox, radio : change display attr
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Tue, 15 Jan 2013 06:18:34 +0000 (15:18 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 15 Jan 2013 07:26:06 +0000 (16:26 +0900)
change display attr to none when using tizen UX checkbox,radio

Change-Id: Ib2e9674292e723894cc6815faa3fdc27eed3a5e9

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

index 01a70c9..4cb43cd 100755 (executable)
                margin: 0px;
                left: 10*@unit_base;
                position: absolute;
-               height: 100%;
                outline: 0 !important;
        }
+
+       > input {
+               display : none;
+       }
        .ui-btn {
                z-index: 2;             // checkbox,radio input z-index: 1
                height: 100%;