You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
933 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. /* enable in about:config
  2. toolkit.legacyUserProfileCustomizations.stylesheets
  3. */
  4. /* colors based on plastic color scheme */
  5. @import "userColors.css";
  6. :root {
  7. scrollbar-color: var(--color-acc1) var(--color-bg);
  8. --lwt-toolbar-field-background-color: red !important; /*normally*/
  9. --lwt-toolbar-field-focus: red !important; /*focussed*/
  10. }
  11. /*@-moz-document url(about:newtab), url(about:blank) url(about:home) {
  12. html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
  13. background: var(--color-bg) !important;
  14. }
  15. }
  16. */
  17. @-moz-document url-prefix(about:blank) {
  18. html > body:empty {
  19. background-color: var(--color-bg) !important;
  20. }
  21. }
  22. @moz-document url(about:blank) {
  23. html > body:empty {
  24. background-color: var(--color-bg) !important;
  25. }
  26. }
  27. input, textarea {
  28. color: var(--color-fg) !important;
  29. background-color: var(--color-bg) !important;
  30. }