|
|
@ -1145,9 +1145,6 @@ hr { |
|
|
|
.platform-ios .toggle:before { |
|
|
|
.platform-ios .toggle:before { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-ios .toggle:active .toggle-handle { |
|
|
|
|
|
|
|
width: 35px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.platform-ios .toggle.active { |
|
|
|
.platform-ios .toggle.active { |
|
|
|
border: 2px solid #4cd964; |
|
|
|
border: 2px solid #4cd964; |
|
|
|
background-color: transparent; |
|
|
|
background-color: transparent; |
|
|
@ -1501,9 +1498,10 @@ hr { |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
width: 50px; |
|
|
|
width: 50px; |
|
|
|
height: 24px; |
|
|
|
height: 24px; |
|
|
|
border: 0; |
|
|
|
border: 1px solid #b5b5b5; |
|
|
|
border-radius: 0; |
|
|
|
border-radius: 0; |
|
|
|
background-color: #bebebe; |
|
|
|
background-color: #bebebe; |
|
|
|
|
|
|
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-android .toggle:before { |
|
|
|
.platform-android .toggle:before { |
|
|
|
top: 1px; |
|
|
|
top: 1px; |
|
|
@ -1524,7 +1522,7 @@ hr { |
|
|
|
} |
|
|
|
} |
|
|
|
.platform-android .toggle.active:before { |
|
|
|
.platform-android .toggle.active:before { |
|
|
|
left: auto; |
|
|
|
left: auto; |
|
|
|
right: 15px; |
|
|
|
right: 14px; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
content: "On"; |
|
|
|
content: "On"; |
|
|
|
} |
|
|
|
} |
|
|
|