| OLD | NEW |
| 1 .help-window-outer { | 1 .help-window-outer { |
| 2 position: absolute !important; | 2 position: absolute !important; |
| 3 top: 0; | 3 top: 0; |
| 4 left: 0; | 4 left: 0; |
| 5 right: 0; | 5 right: 0; |
| 6 bottom: 0; | 6 bottom: 0; |
| 7 z-index: 2000; | 7 z-index: 2000; |
| 8 } | 8 } |
| 9 | 9 |
| 10 .help-window-main { | 10 .help-window-main { |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 | 212 |
| 213 .settings-experiments-warning-subsection-warning { | 213 .settings-experiments-warning-subsection-warning { |
| 214 color: rgb(200, 0, 0); | 214 color: rgb(200, 0, 0); |
| 215 } | 215 } |
| 216 | 216 |
| 217 .settings-experiments-warning-subsection-message { | 217 .settings-experiments-warning-subsection-message { |
| 218 color: inherit; | 218 color: inherit; |
| 219 } | 219 } |
| 220 | 220 |
| 221 .help-content input[type=checkbox] { | 221 .help-content input[type=checkbox] { |
| 222 margin-right: 7px; | 222 margin: 1px 7px 1px 2px; |
| 223 } | 223 } |
| 224 | 224 |
| 225 .help-content option { | 225 .help-content option { |
| 226 background-color: #EEEEEE; | 226 background-color: #EEEEEE; |
| 227 color: #222; | 227 color: #222; |
| 228 } | 228 } |
| 229 | 229 |
| 230 #settings-screen .help-window-main{ | 230 #settings-screen .help-window-main{ |
| 231 color: rgb(48, 57, 66); | 231 color: rgb(48, 57, 66); |
| 232 background-color: white; | 232 background-color: white; |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 display: none; | 577 display: none; |
| 578 } | 578 } |
| 579 | 579 |
| 580 .settings-experiment-hidden label { | 580 .settings-experiment-hidden label { |
| 581 background-color: #ddd; | 581 background-color: #ddd; |
| 582 } | 582 } |
| 583 | 583 |
| 584 .settings-developer-mode .settings-experiment-hidden { | 584 .settings-developer-mode .settings-experiment-hidden { |
| 585 display: block; | 585 display: block; |
| 586 } | 586 } |
| OLD | NEW |