modules-page.css

Same filename in this branch
  1. 8.9.x core/themes/seven/css/components/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. 10 core/themes/claro/css/components/modules-page.css
  4. 11.x core/themes/claro/css/components/modules-page.css
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/2815083
 * @preserve
 */
/* Modules page */
.system-modules fieldset {
  border: 0;
  border-top: 1px solid #ccc;
}
.system-modules .fieldset-wrapper {
  padding: 0;
}
.system-modules table,
.locale-translation-status-form table {
  border: 0;
}
.system-modules tr.even,
.system-modules tr.odd,
.locale-translation-status-form tr.even,
.locale-translation-status-form tr.odd {
  border: 0;
  border-bottom: 10px solid #fff;
  background: #f3f4ee;
}
.system-modules tr td:last-child,
.locale-translation-status-form tr td:last-child {
  border: 0;
}
.system-modules table th,
.locale-translation-status-form table th {
  border: 0;
  border-bottom: 10px solid #fff;
}
.system-modules .sticky-header th,
.locale-translation-status-form .sticky-header th {
  border: 0;
}

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/2815083
  5. * @preserve
  6. */
  7. /* Modules page */
  8. .system-modules fieldset {
  9. border: 0;
  10. border-top: 1px solid #ccc;
  11. }
  12. .system-modules .fieldset-wrapper {
  13. padding: 0;
  14. }
  15. .system-modules table,
  16. .locale-translation-status-form table {
  17. border: 0;
  18. }
  19. .system-modules tr.even,
  20. .system-modules tr.odd,
  21. .locale-translation-status-form tr.even,
  22. .locale-translation-status-form tr.odd {
  23. border: 0;
  24. border-bottom: 10px solid #fff;
  25. background: #f3f4ee;
  26. }
  27. .system-modules tr td:last-child,
  28. .locale-translation-status-form tr td:last-child {
  29. border: 0;
  30. }
  31. .system-modules table th,
  32. .locale-translation-status-form table th {
  33. border: 0;
  34. border-bottom: 10px solid #fff;
  35. }
  36. .system-modules .sticky-header th,
  37. .locale-translation-status-form .sticky-header th {
  38. border: 0;
  39. }

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