OLD | NEW |
1 body { | 1 body { |
2 cursor: default; | 2 cursor: default; |
3 font-size: 100%; | 3 font-size: 100%; |
4 } | 4 } |
5 | 5 |
| 6 a:link { |
| 7 color: rgb(63, 110, 194); |
| 8 } |
| 9 |
| 10 a:active { |
| 11 color: rgb(37, 64, 113); |
| 12 } |
| 13 |
6 #settings-title { | 14 #settings-title { |
7 -webkit-padding-end: 24px; | 15 -webkit-padding-end: 24px; |
8 color: #53637d; | 16 color: #53637d; |
9 cursor: pointer; | 17 cursor: pointer; |
10 font-size: 200%; | 18 font-size: 200%; |
11 font-weight: normal; | 19 font-weight: normal; |
12 margin: 0; | 20 margin: 0; |
13 padding-bottom: 14px; | 21 padding-bottom: 14px; |
14 padding-top: 13px; | 22 padding-top: 13px; |
15 text-align: end; | 23 text-align: end; |
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 } | 641 } |
634 | 642 |
635 html[os=mac] label > input[type=checkbox], | 643 html[os=mac] label > input[type=checkbox], |
636 html[os=mac] label > input[type=radio] { | 644 html[os=mac] label > input[type=radio] { |
637 margin-top: 2px; | 645 margin-top: 2px; |
638 } | 646 } |
639 | 647 |
640 .suboption { | 648 .suboption { |
641 -webkit-margin-start: 16px; | 649 -webkit-margin-start: 16px; |
642 } | 650 } |
OLD | NEW |