upload tizen1.0 source
[framework/web/web-ui-fw.git] / src / themes / tizen / common / jquery.mobile.tizen.toggleswitch.less
1 @import "config.less";
2
3 .ui-toggleswitch {
4         position: relative;
5         overflow: hidden;
6         background: @color_button_normal;
7
8         .toggleswitch-background {
9                 position: absolute;
10                 margin: 0px;
11                 border: 0px;
12                 left: 0px;
13                 right: 0px;
14                 top: 0px;
15                 bottom: 0px;
16                 pointer-events: none;
17         }
18
19         .toggleswitch-sizer {
20                 margin: 0px;
21                 opacity: 0;
22                 pointer-events: none;
23         }
24
25         .toggleswitch-floating-button {
26                 background: @color_text;
27                 position: absolute;
28                 margin: 0px;
29                 left: 0px;
30                 right: 0px;
31         }
32
33         .ui-btn-inner {
34                 padding: 2 * @unit_base 7 * @unit_base !important;
35         }
36
37         .toggleswitch-mover {
38                 border-color: transparent;
39                 background: none;
40                 pointer-events: none;
41         }
42 }