|
32 | 32 | } |
33 | 33 |
|
34 | 34 | @media (-moz-toolbar-prefers-color-scheme: dark), (prefers-color-scheme: dark) { |
35 | | - #preferences-stack,.sticky-container, |
36 | | - page, |
37 | | - .dialogBox .groupbox-title, |
38 | | - #dialogFrame, |
39 | | - .main-content, |
40 | | - .groupbox-body, |
41 | | - #dialogFrame { |
42 | | - color: white !important; |
43 | | - } |
| 35 | + #preferences-stack,.sticky-container, |
| 36 | + page, |
| 37 | + .dialogBox .groupbox-title, |
| 38 | + #dialogFrame, |
| 39 | + .main-content, |
| 40 | + .groupbox-body, |
| 41 | + #dialogFrame { |
| 42 | + color: white !important; |
| 43 | + } |
44 | 44 |
|
45 | 45 | } |
46 | 46 |
|
|
321 | 321 |
|
322 | 322 | } |
323 | 323 |
|
324 | | - @media all and (-moz-windows-theme:aero) { |
325 | | - |
326 | | - @media (-moz-platform: windows-win7),(-moz-os-version: windows-win7) { |
327 | | - |
328 | | - checkbox .checkbox-check, |
329 | | - radio .radio-check, |
330 | | - checkbox image, |
331 | | - radio image { |
332 | | - width: 10px !important; |
333 | | - } |
334 | | - |
335 | | - #homeContentsGroup checkbox label { |
336 | | - margin-inline-start: 6px !important; |
337 | | - } |
338 | | - } |
339 | | - |
340 | | - } |
341 | 324 |
|
342 | 325 | /* tweaks for small windows */ |
343 | 326 | @media (max-width: 830px) { |
|
459 | 442 | } |
460 | 443 |
|
461 | 444 | } |
462 | | - |
463 | | -/* checkbox / radios *//* |
464 | | -*[subdialog="true"] checkbox .checkbox-check { |
465 | | - appearance: unset !important; |
466 | | - box-shadow: unset !important; |
467 | | - padding: unset !important; |
468 | | - margin: unset !important; |
469 | | -} |
470 | | -
|
471 | | -*[subdialog="true"] radio .radio-check { |
472 | | - appearance: unset !important; |
473 | | - box-shadow: unset !important; |
474 | | - padding: unset !important; |
475 | | - margin: unset !important; |
476 | | -} |
477 | | -
|
478 | | -*[subdialog="true"] radio, |
479 | | -*[subdialog="true"] checkbox { |
480 | | - padding: unset !important; |
481 | | - margin: unset !important; |
482 | | -} |
483 | | -
|
484 | | -@media not all and (-moz-windows-theme:aero) { |
485 | | -
|
486 | | - *[subdialog="true"] checkbox image, |
487 | | - *[subdialog="true"] radio image { |
488 | | - width: 14px !important; |
489 | | - height: 14px !important; |
490 | | - margin: 0 !important; |
491 | | - } |
492 | | - |
493 | | - *[subdialog="true"] radio *{ |
494 | | - outline: unset !important; |
495 | | - } |
496 | | - @media all and (-moz-windows-classic) { |
497 | | - |
498 | | - *[subdialog="true"] checkbox image, |
499 | | - *[subdialog="true"] radio image { |
500 | | - width: 10px !important; |
501 | | - height: 10px !important; |
502 | | - } |
503 | | - *[subdialog="true"] checkbox { |
504 | | - margin-top: 2px !important; |
505 | | - margin-bottom: 2px !important; |
506 | | - } |
507 | | -
|
508 | | - } |
509 | | -} |
510 | | -
|
511 | | -@media (min-resolution: 1.1dppx) { |
512 | | - *[subdialog="true"] checkbox image, |
513 | | - *[subdialog="true"] radio image { |
514 | | - width: 10px !important; |
515 | | - height: 10px !important; |
516 | | - } |
517 | | - |
518 | | - #FontsDialog checkbox image { |
519 | | - min-width: 10px !important; |
520 | | - min-height: 10px !important; |
521 | | - width: 10px !important; |
522 | | - height: 10px !important; |
523 | | - } |
524 | | - |
525 | | - #FontsDialog checkbox label { |
526 | | - margin-inline-start: -4px !important; |
527 | | - } |
528 | | -} |
529 | | -
|
530 | | -@media all and (-moz-windows-theme:aero) { |
531 | | - |
532 | | - @media (-moz-platform: windows-win7), (-moz-os-version: windows-win7) { |
533 | | - |
534 | | - *[subdialog="true"] checkbox .checkbox-check, |
535 | | - *[subdialog="true"] radio .radio-check, |
536 | | - *[subdialog="true"] checkbox image, |
537 | | - *[subdialog="true"] radio image { |
538 | | - width: 10px !important; |
539 | | - } |
540 | | -
|
541 | | - #FontsDialog checkbox image { |
542 | | - min-width: 10px !important; |
543 | | - min-height: 10px !important; |
544 | | - width: 10px !important; |
545 | | - height: 10px !important; |
546 | | - } |
547 | | - |
548 | | - #FontsDialog checkbox label { |
549 | | - margin-inline-start: -4px !important; |
550 | | - } |
551 | | -
|
552 | | - } |
553 | | - |
554 | | -}*/ |
0 commit comments