| 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 list > .heading:hover { | 410 list > .heading:hover { |
| 411 background-color: transparent; | 411 background-color: transparent; |
| 412 border-color: transparent; | 412 border-color: transparent; |
| 413 } | 413 } |
| 414 | 414 |
| 415 list .deletable-item { | 415 list .deletable-item { |
| 416 -webkit-box-align: center; | 416 -webkit-box-align: center; |
| 417 } | 417 } |
| 418 | 418 |
| 419 list .deletable-item > :first-child { | 419 list .deletable-item > :first-child { |
| 420 -webkit-box-align: center; |
| 420 -webkit-box-flex: 1; | 421 -webkit-box-flex: 1; |
| 422 -webkit-padding-end: 3px; |
| 421 display: -webkit-box; | 423 display: -webkit-box; |
| 422 } | 424 } |
| 423 | 425 |
| 424 list .close-button { | 426 list .close-button { |
| 425 -webkit-transition: .15s opacity; | 427 -webkit-transition: .15s opacity; |
| 426 background-color: transparent; | 428 background-color: transparent; |
| 427 /* TODO(stuartmorgan): Replace with real images once they are available. */ | 429 /* TODO(stuartmorgan): Replace with real images once they are available. */ |
| 428 background-image: url("../../../app/theme/close_bar.png"); | 430 background-image: url("../../../app/theme/close_bar.png"); |
| 429 border: none; | 431 border: none; |
| 430 height: 16px; | 432 height: 16px; |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 } | 525 } |
| 524 | 526 |
| 525 .suboption { | 527 .suboption { |
| 526 -webkit-margin-start: 16px; | 528 -webkit-margin-start: 16px; |
| 527 } | 529 } |
| 528 | 530 |
| 529 html[os=mac] label > input[type=checkbox], | 531 html[os=mac] label > input[type=checkbox], |
| 530 html[os=mac] label > input[type=radio] { | 532 html[os=mac] label > input[type=radio] { |
| 531 margin-top: 2px; | 533 margin-top: 2px; |
| 532 } | 534 } |
| OLD | NEW |