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 21 matching lines...) Expand all Loading... |
32 top: 0; | 32 top: 0; |
33 bottom: 0; | 33 bottom: 0; |
34 z-index: 10; | 34 z-index: 10; |
35 padding: 20px; | 35 padding: 20px; |
36 display: -webkit-box; | 36 display: -webkit-box; |
37 -webkit-box-align: center; | 37 -webkit-box-align: center; |
38 -webkit-box-pack: center; | 38 -webkit-box-pack: center; |
39 } | 39 } |
40 | 40 |
41 .close-subpage { | 41 .close-subpage { |
| 42 background-color: transparent; |
42 /* TODO(stuartmorgan): Replace with real images once they are available. */ | 43 /* TODO(stuartmorgan): Replace with real images once they are available. */ |
43 background-image: url("../../../app/theme/close_bar.png"); | 44 background-image: url("../../../app/theme/close_bar.png"); |
| 45 border: none; |
44 position: relative; | 46 position: relative; |
45 top: 12px; | 47 top: 12px; |
46 height: 16px; | 48 height: 16px; |
47 width: 16px; | 49 width: 16px; |
48 } | 50 } |
49 | 51 |
50 .close-subpage:hover { | 52 .close-subpage:hover { |
51 background-image: url("../../../app/theme/close_bar_h.png"); | 53 background-image: url("../../../app/theme/close_bar_h.png"); |
52 } | 54 } |
53 | 55 |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 label.radio > span, | 468 label.radio > span, |
467 .suboption { | 469 .suboption { |
468 -webkit-margin-start: 16px; | 470 -webkit-margin-start: 16px; |
469 display: block; | 471 display: block; |
470 } | 472 } |
471 | 473 |
472 html[os=mac] label.checkbox > input, | 474 html[os=mac] label.checkbox > input, |
473 html[os=mac] label.radio > input { | 475 html[os=mac] label.radio > input { |
474 margin-top: 2px; | 476 margin-top: 2px; |
475 } | 477 } |
OLD | NEW |