modules-page.css

Same filename in other branches
  1. 9 core/themes/seven/css/components/modules-page.css
  2. 9 core/themes/claro/css/components/modules-page.css
  3. 8.9.x core/themes/seven/css/components/modules-page.css
  4. 8.9.x core/themes/claro/css/components/modules-page.css
  5. 10 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 fieldset {
  17. border: 0;
  18. border-top: 1px solid var(--modules-page-system-modules-fieldset-color);
  19. }
  20. .system-modules .fieldset-wrapper {
  21. padding: 0;
  22. }
  23. .system-modules table,
  24. .locale-translation-status-form table {
  25. border: 0;
  26. }
  27. .system-modules tr.even,
  28. .system-modules tr.odd,
  29. .locale-translation-status-form tr.even,
  30. .locale-translation-status-form tr.odd {
  31. border: 0;
  32. border-bottom: 10px solid var(--modules-page-system-modules-tr-border-color);
  33. background: var(--modules-page-system-modules-tr-bg-color);
  34. }
  35. .system-modules tr td:last-child,
  36. .locale-translation-status-form tr td:last-child {
  37. border: 0;
  38. }
  39. .system-modules table th,
  40. .locale-translation-status-form table th {
  41. border: 0;
  42. border-bottom: 10px solid var(--modules-page-system-modules-tr-border-color);
  43. }
  44. .system-modules .sticky-header th,
  45. .locale-translation-status-form .sticky-header th {
  46. border: 0;
  47. }

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