2 position: relative
; width: 64px;
3 -webkit-user-select:none
; -moz-user-select:none
; -ms-user-select: none
;
5 .onoffswitch-checkbox {
9 overflow: hidden
; cursor: pointer
;
10 border: 2px solid
#999999; border-radius: 20px;
13 display: block
; width: 200%; margin-left: -100%;
14 -moz-transition: margin
0.3s ease-in
0s; -webkit-transition: margin
0.3s ease-in
0s;
15 -o-transition: margin
0.3s ease-in
0s; transition: margin
0.3s ease-in
0s;
17 .onoffswitch-inner:before, .onoffswitch-inner:after {
18 display: block
; float: left
; width: 50%; height: 23px; padding: 0; line-height: 23px;
19 font-size: 14px; color: white
; font-family: Trebuchet
, Arial
, sans-serif
; font-weight: bold
;
20 -moz-box-sizing: border-box
; -webkit-box-sizing: border-box
; box-sizing: border-box
;
22 .onoffswitch-inner:before {
25 background-color: #EEEEEE; color: #383838;
27 .onoffswitch-inner:after {
30 background-color: #EEEEEE; color: #999999;
34 display: block
; width: 14px; margin: 4.5px;
36 border: 2px solid
#999999; border-radius: 20px;
37 position: absolute
; right: 37px; height: 15px;
38 -moz-transition: all
0.3s ease-in
0s; -webkit-transition: all
0.3s ease-in
0s;
39 -o-transition: all
0.3s ease-in
0s; transition: all
0.3s ease-in
0s;
41 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
44 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
46 background-color: #63C5E6;