modules-page.css

Same filename and directory in other branches
  1. 10 core/themes/claro/css/components/modules-page.css
  2. 11.x core/themes/claro/css/components/modules-page.css
  3. 9 core/themes/seven/css/components/modules-page.css
  4. 9 core/themes/claro/css/components/modules-page.css
  5. 8.9.x core/themes/seven/css/components/modules-page.css
  6. 8.9.x core/themes/claro/css/components/modules-page.css

Styles for the Modules page.

File

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

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

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