|
2 | 2 | ---------------------------------------------------------------------------------- */ |
3 | 3 |
|
4 | 4 | .source_slider_frame { |
5 | | - position: absolute; |
6 | | - right: 0; |
7 | | - top: 0; |
8 | | - display: block; |
9 | | - margin: 0 auto; |
10 | | - width: 50px; |
11 | | - height: 20px; |
12 | | - |
13 | | - background-color: rgb(246, 249, 251); |
14 | | - border-radius: 4px; |
15 | | - box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25); |
| 5 | + position: absolute; |
| 6 | + right: 0; |
| 7 | + top: 0; |
| 8 | + display: block; |
| 9 | + margin: 0 auto; |
| 10 | + width: 50px; |
| 11 | + height: 20px; |
| 12 | + |
| 13 | + background-color: rgb(246, 249, 251); |
| 14 | + border-radius: 4px; |
| 15 | + box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25); |
16 | 16 | -webkit-touch-callout: none; |
17 | | - user-select: none; |
18 | | - } |
| 17 | + user-select: none; |
| 18 | + } |
19 | 19 |
|
20 | 20 | .source_slider_button { |
21 | | - display: block; |
22 | | - width: 30px; |
23 | | - height: 20px; |
24 | | - line-height: 20px; |
25 | | - |
26 | | - background: #EDF2F7; |
27 | | - border-radius: 4px; |
28 | | - transition: all 0.25s ease-in-out; |
29 | | - color: #000; |
30 | | - font-family: sans-serif; |
31 | | - font-size: 9px; |
32 | | - text-align: center; |
33 | | - cursor: pointer; |
34 | | - box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25); |
35 | | - } |
| 21 | + display: block; |
| 22 | + width: 30px; |
| 23 | + height: 20px; |
| 24 | + line-height: 20px; |
| 25 | + |
| 26 | + background: #EDF2F7; |
| 27 | + border-radius: 4px; |
| 28 | + transition: all 0.25s ease-in-out; |
| 29 | + color: #000; |
| 30 | + font-family: sans-serif; |
| 31 | + font-size: 9px; |
| 32 | + text-align: center; |
| 33 | + cursor: pointer; |
| 34 | + box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.25); |
| 35 | + } |
36 | 36 |
|
37 | 37 | .source_slider_frame__on .source_slider_button { |
38 | | - margin-left: 20px; |
39 | | - background: #EDF2F7; |
40 | | - } |
| 38 | + margin-left: 20px; |
| 39 | + background: #EDF2F7; |
| 40 | + } |
41 | 41 |
|
42 | 42 | .source_slider_frame .source_slider_text_on { display: none; } |
43 | 43 |
|
44 | | - .source_slider_frame__on .source_slider_text_off { display: none; } |
| 44 | + .source_slider_frame__on .source_slider_text_off { display: none; } |
45 | 45 |
|
46 | | - .source_slider_frame__on .source_slider_text_on { display: block; } |
| 46 | + .source_slider_frame__on .source_slider_text_on { display: block; } |
47 | 47 |
|
48 | | - .source_slider_frame__on .source_slider_button { |
49 | | - background: #73c051; |
50 | | - color: #fff; |
51 | | - } |
| 48 | + .source_slider_frame__on .source_slider_button { |
| 49 | + background: #73c051; |
| 50 | + color: #fff; |
| 51 | + } |
52 | 52 |
|
53 | 53 | /* /Togglers |
54 | 54 | ---------------------------------------------------------------------------------- */ |
0 commit comments