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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 padding: 5px; | 271 padding: 5px; |
272 height: 21px; | 272 height: 21px; |
273 vertical-align: middle; | 273 vertical-align: middle; |
274 width: 24px; | 274 width: 24px; |
275 } | 275 } |
276 | 276 |
277 #managed-prefs-text { | 277 #managed-prefs-text { |
278 vertical-align: middle; | 278 vertical-align: middle; |
279 } | 279 } |
280 | 280 |
281 .page > h1 { | 281 .page h1 { |
282 -webkit-padding-end: 24px; | 282 -webkit-padding-end: 24px; |
283 border-bottom: 1px solid #eeeeee; | 283 border-bottom: 1px solid #eeeeee; |
284 color: #53637d; | 284 color: #53637d; |
285 font-size: 200%; | 285 font-size: 200%; |
286 font-weight: normal; | 286 font-weight: normal; |
287 margin: 0; | 287 margin: 0; |
288 padding-bottom: 4px; | 288 padding-bottom: 4px; |
289 padding-top: 13px; | 289 padding-top: 13px; |
290 } | 290 } |
291 | 291 |
292 .subpage-sheet .page > h1 { | 292 .subpage-sheet .page h1 { |
293 padding-top: 4px; | 293 padding-top: 4px; |
294 } | 294 } |
295 | 295 |
296 section { | 296 section { |
297 -webkit-box-orient: horizontal; | 297 -webkit-box-orient: horizontal; |
298 border-bottom: 1px solid #eeeeee; | 298 border-bottom: 1px solid #eeeeee; |
299 display: -webkit-box; | 299 display: -webkit-box; |
300 margin-top: 17px; | 300 margin-top: 17px; |
301 padding-bottom: 20px; | 301 padding-bottom: 20px; |
302 } | 302 } |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 | 355 |
356 .text-button { | 356 .text-button { |
357 background-color: transparent; | 357 background-color: transparent; |
358 border-color: transparent; | 358 border-color: transparent; |
359 } | 359 } |
360 | 360 |
361 #contentSettingsPage :invalid { | 361 #contentSettingsPage :invalid { |
362 background-color: pink; | 362 background-color: pink; |
363 } | 363 } |
364 | 364 |
| 365 .framed-list { |
| 366 border: 1px solid #d9d9d9; |
| 367 border-radius: 2px; |
| 368 } |
| 369 |
365 list > * { | 370 list > * { |
366 -webkit-box-align: center; | 371 -webkit-box-align: center; |
367 -webkit-transition: .15s background-color; | 372 -webkit-transition: .15s background-color; |
368 box-sizing: border-box; | 373 box-sizing: border-box; |
369 border-radius: 0px; | 374 border-radius: 0px; |
370 display: -webkit-box; | 375 display: -webkit-box; |
371 height: 32px; | 376 height: 32px; |
372 border: none; | 377 border: none; |
373 margin: 0; | 378 margin: 0; |
374 } | 379 } |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 } | 513 } |
509 | 514 |
510 .suboption { | 515 .suboption { |
511 -webkit-margin-start: 16px; | 516 -webkit-margin-start: 16px; |
512 } | 517 } |
513 | 518 |
514 html[os=mac] label > input[type=checkbox], | 519 html[os=mac] label > input[type=checkbox], |
515 html[os=mac] label > input[type=radio] { | 520 html[os=mac] label > input[type=radio] { |
516 margin-top: 2px; | 521 margin-top: 2px; |
517 } | 522 } |
OLD | NEW |