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 #settings-title { | 6 #settings-title { |
7 -webkit-padding-end: 24px; | 7 -webkit-padding-end: 24px; |
8 color: #53637d; | 8 color: #53637d; |
9 cursor: pointer; | 9 cursor: pointer; |
10 font-size: 200%; | 10 font-size: 200%; |
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 /* UI Controls */ | 526 /* UI Controls */ |
527 | 527 |
528 button:focus, | 528 button:focus, |
529 input:focus, | 529 input:focus, |
530 input[type='submit']:focus, | 530 input[type='submit']:focus, |
531 select:focus { | 531 select:focus { |
532 outline-color: rgba(0, 128, 256, 0.5); | 532 outline-color: rgba(0, 128, 256, 0.5); |
533 } | 533 } |
534 | 534 |
535 /* TEXT */ | 535 /* TEXT */ |
536 input[type='password], | 536 input[type='password'], |
537 input[type='text'] { | 537 input[type='text'] { |
538 -webkit-border-radius: 2px; | 538 -webkit-border-radius: 2px; |
539 border: 1px solid #aaa; | 539 border: 1px solid #aaa; |
540 font-size: inherit; | 540 font-size: inherit; |
541 padding: 3px; | 541 padding: 3px; |
542 } | 542 } |
543 | 543 |
544 /* BUTTON */ | 544 /* BUTTON */ |
545 button, | 545 button, |
546 input[type='submit'] { | 546 input[type='submit'] { |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 } | 634 } |
635 | 635 |
636 html[os=mac] label > input[type=checkbox], | 636 html[os=mac] label > input[type=checkbox], |
637 html[os=mac] label > input[type=radio] { | 637 html[os=mac] label > input[type=radio] { |
638 margin-top: 2px; | 638 margin-top: 2px; |
639 } | 639 } |
640 | 640 |
641 .suboption { | 641 .suboption { |
642 -webkit-margin-start: 16px; | 642 -webkit-margin-start: 16px; |
643 } | 643 } |
OLD | NEW |