| OLD | NEW |
| 1 body { | 1 body { |
| 2 -webkit-user-select: none; | |
| 3 cursor: default; | 2 cursor: default; |
| 4 font-size: 100%; | 3 font-size: 100%; |
| 5 } | 4 } |
| 6 | 5 |
| 7 #settings-title { | 6 #settings-title { |
| 8 -webkit-padding-end: 24px; | 7 -webkit-padding-end: 24px; |
| 9 color: #53637d; | 8 color: #53637d; |
| 10 font-size: 200%; | 9 font-size: 200%; |
| 11 font-weight: normal; | 10 font-weight: normal; |
| 12 margin: 0; | 11 margin: 0; |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 } | 543 } |
| 545 | 544 |
| 546 .suboption { | 545 .suboption { |
| 547 -webkit-margin-start: 16px; | 546 -webkit-margin-start: 16px; |
| 548 } | 547 } |
| 549 | 548 |
| 550 html[os=mac] label > input[type=checkbox], | 549 html[os=mac] label > input[type=checkbox], |
| 551 html[os=mac] label > input[type=radio] { | 550 html[os=mac] label > input[type=radio] { |
| 552 margin-top: 2px; | 551 margin-top: 2px; |
| 553 } | 552 } |
| OLD | NEW |