| 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 list > .heading:hover { | 394 list > .heading:hover { |
| 395 background-color: transparent; | 395 background-color: transparent; |
| 396 border-color: transparent; | 396 border-color: transparent; |
| 397 } | 397 } |
| 398 | 398 |
| 399 list .deletable-item { | 399 list .deletable-item { |
| 400 -webkit-box-align: center; | 400 -webkit-box-align: center; |
| 401 } | 401 } |
| 402 | 402 |
| 403 list .deletable-item > :first-child { | 403 list .deletable-item > :first-child { |
| 404 -webkit-box-align: center; |
| 404 -webkit-box-flex: 1; | 405 -webkit-box-flex: 1; |
| 406 -webkit-padding-end: 3px; |
| 405 display: -webkit-box; | 407 display: -webkit-box; |
| 406 } | 408 } |
| 407 | 409 |
| 408 list .close-button { | 410 list .close-button { |
| 409 -webkit-transition: .15s opacity; | 411 -webkit-transition: .15s opacity; |
| 410 background-color: transparent; | 412 background-color: transparent; |
| 411 /* TODO(stuartmorgan): Replace with real images once they are available. */ | 413 /* TODO(stuartmorgan): Replace with real images once they are available. */ |
| 412 background-image: url("../../../app/theme/close_bar.png"); | 414 background-image: url("../../../app/theme/close_bar.png"); |
| 413 border: none; | 415 border: none; |
| 414 height: 16px; | 416 height: 16px; |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 } | 506 } |
| 505 | 507 |
| 506 .suboption { | 508 .suboption { |
| 507 -webkit-margin-start: 16px; | 509 -webkit-margin-start: 16px; |
| 508 } | 510 } |
| 509 | 511 |
| 510 html[os=mac] label > input[type=checkbox], | 512 html[os=mac] label > input[type=checkbox], |
| 511 html[os=mac] label > input[type=radio] { | 513 html[os=mac] label > input[type=radio] { |
| 512 margin-top: 2px; | 514 margin-top: 2px; |
| 513 } | 515 } |
| OLD | NEW |