modules-page.css
Same filename and directory in other branches
- 10 core/themes/claro/css/components/modules-page.css
- 11.x core/themes/claro/css/components/modules-page.css
- 9 core/themes/seven/css/components/modules-page.css
- 9 core/themes/claro/css/components/modules-page.css
- 8.9.x core/themes/seven/css/components/modules-page.css
- 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
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Styles for the Modules page.
- */
-
- :root {
- --modules-page-system-modules-fieldset-color: #ccc;
- --modules-page-system-modules-tr-border-color: #fff;
- --modules-page-system-modules-tr-bg-color: #f3f4ee;
- }
-
- .system-modules {
- & fieldset {
- border: 0;
- border-top: 1px solid var(--modules-page-system-modules-fieldset-color);
- }
-
- & .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 var(--modules-page-system-modules-tr-border-color);
- background: var(--modules-page-system-modules-tr-bg-color);
- }
-
- .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 var(--modules-page-system-modules-tr-border-color);
- }
-
- .system-modules .sticky-header th,
- .locale-translation-status-form .sticky-header th {
- border: 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.