tableselect.css

Same filename in this branch
  1. 9 core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css
  2. 9 core/themes/seven/css/classy/components/tableselect.css
  3. 9 core/themes/bartik/css/classy/components/tableselect.css
  4. 9 core/themes/starterkit_theme/css/components/tableselect.css
  5. 9 core/themes/classy/css/components/tableselect.css
Same filename in other branches
  1. 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css
  2. 8.9.x core/themes/seven/css/classy/components/tableselect.css
  3. 8.9.x core/themes/claro/css/components/tableselect.css
  4. 8.9.x core/themes/bartik/css/classy/components/tableselect.css
  5. 8.9.x core/themes/classy/css/components/tableselect.css
  6. 10 core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css
  7. 10 core/themes/claro/css/components/tableselect.css
  8. 10 core/themes/starterkit_theme/css/components/tableselect.css
  9. 11.x core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css
  10. 11.x core/themes/claro/css/components/tableselect.css
  11. 11.x core/themes/starterkit_theme/css/components/tableselect.css

Table select — replaces implementation of Classy theme.

See also

tableselect.js

File

core/themes/claro/css/components/tableselect.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. * Table select — replaces implementation of Classy theme.
  10. *
  11. * @see tableselect.js
  12. */
  13. td.checkbox,
  14. th.checkbox {
  15. text-align: center;
  16. }
  17. [dir="rtl"] td.checkbox,
  18. [dir="rtl"] th.checkbox {
  19. /* This is required to win over specificity of [dir="rtl"] td */
  20. text-align: center;
  21. }
  22. tr.selected td {
  23. background-color: #e5edff;
  24. }

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