ToggleSwitch : set image toggleswitch background attribute
authorJinhyuk Jun <jinhyuk.jun@samsung.com>
Tue, 29 Jan 2013 03:41:36 +0000 (12:41 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 7 Feb 2013 05:53:01 +0000 (14:53 +0900)
Change-Id: I2478238b8a1a5eb92af2d34ffc84787afdaf90a5

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

index 9dbdb72..a2732af 100644 (file)
@@ -12,11 +12,8 @@ div.ui-slider.ui-toggle-switch {
                position: absolute;
                width: 66 * @unit_base;
                height: 35 * @unit_base;
-               background-size: cover;
-               -ms-background-size: cover;
-               -webkit-background-size: cover;
-               -o-background-size: cover;
-               -moz-background-size: cover;
+               background-size : 100% 100%;
+               background-repeat : no-repeat;
 
                &.ui-slider-label-a {
                        background: url(images/00_button_on.png) no-repeat;