modules-page.pcss.css

Same filename in other branches
  1. 9 core/themes/claro/css/components/modules-page.pcss.css
  2. 8.9.x core/themes/claro/css/components/modules-page.pcss.css
  3. 10 core/themes/claro/css/components/modules-page.pcss.css

Styles for the Modules page.

File

core/themes/claro/css/components/modules-page.pcss.css

View source
  1. /**
  2. * @file
  3. * Styles for the Modules page.
  4. */
  5. :root {
  6. --modules-page-system-modules-fieldset-color: #ccc;
  7. --modules-page-system-modules-tr-border-color: #fff;
  8. --modules-page-system-modules-tr-bg-color: #f3f4ee;
  9. }
  10. .system-modules {
  11. & fieldset {
  12. border: 0;
  13. border-top: 1px solid var(--modules-page-system-modules-fieldset-color);
  14. }
  15. & .fieldset-wrapper {
  16. padding: 0;
  17. }
  18. }
  19. .system-modules table,
  20. .locale-translation-status-form table {
  21. border: 0;
  22. }
  23. .system-modules tr.even,
  24. .system-modules tr.odd,
  25. .locale-translation-status-form tr.even,
  26. .locale-translation-status-form tr.odd {
  27. border: 0;
  28. border-bottom: 10px solid var(--modules-page-system-modules-tr-border-color);
  29. background: var(--modules-page-system-modules-tr-bg-color);
  30. }
  31. .system-modules tr td:last-child,
  32. .locale-translation-status-form tr td:last-child {
  33. border: 0;
  34. }
  35. .system-modules table th,
  36. .locale-translation-status-form table th {
  37. border: 0;
  38. border-bottom: 10px solid var(--modules-page-system-modules-tr-border-color);
  39. }
  40. .system-modules .sticky-header th,
  41. .locale-translation-status-form .sticky-header th {
  42. border: 0;
  43. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.