OLD | NEW |
1 body { | 1 body { |
2 -webkit-user-select: none; | 2 -webkit-user-select: none; |
3 cursor: default; | 3 cursor: default; |
4 font-size: 100%; | 4 font-size: 100%; |
5 } | 5 } |
6 | 6 |
7 #settings-title { | 7 #settings-title { |
8 -webkit-padding-end: 24px; | 8 -webkit-padding-end: 24px; |
9 color: #53637d; | 9 color: #53637d; |
10 font-size: 200%; | 10 font-size: 200%; |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 html[dir='ltr'] .close-subpage { | 60 html[dir='ltr'] .close-subpage { |
61 float: right; | 61 float: right; |
62 right: 0; | 62 right: 0; |
63 } | 63 } |
64 | 64 |
65 html[dir='rtl'] .close-subpage { | 65 html[dir='rtl'] .close-subpage { |
66 float: left; | 66 float: left; |
67 left: 0; | 67 left: 0; |
68 } | 68 } |
69 | 69 |
| 70 html[hide-menu=true] .close-subpage { |
| 71 display: none |
| 72 } |
| 73 |
70 .action-area { | 74 .action-area { |
71 -webkit-box-orient: horizontal; | 75 -webkit-box-orient: horizontal; |
72 -webkit-box-align: center; | 76 -webkit-box-align: center; |
73 padding: 12px; | 77 padding: 12px; |
74 position: absolute; | 78 position: absolute; |
75 right: 0px; | 79 right: 0px; |
76 bottom: 0px; | 80 bottom: 0px; |
77 display: -webkit-box; | 81 display: -webkit-box; |
78 } | 82 } |
79 | 83 |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 label.radio > span, | 486 label.radio > span, |
483 .suboption { | 487 .suboption { |
484 -webkit-margin-start: 16px; | 488 -webkit-margin-start: 16px; |
485 display: block; | 489 display: block; |
486 } | 490 } |
487 | 491 |
488 html[os=mac] label.checkbox > input, | 492 html[os=mac] label.checkbox > input, |
489 html[os=mac] label.radio > input { | 493 html[os=mac] label.radio > input { |
490 margin-top: 2px; | 494 margin-top: 2px; |
491 } | 495 } |
OLD | NEW |