tableselect.css
Same filename in this branch
Same filename in other branches
- 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css
- 8.9.x core/themes/seven/css/classy/components/tableselect.css
- 8.9.x core/themes/claro/css/components/tableselect.css
- 8.9.x core/themes/bartik/css/classy/components/tableselect.css
- 8.9.x core/themes/classy/css/components/tableselect.css
- 10 core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css
- 10 core/themes/claro/css/components/tableselect.css
- 10 core/themes/starterkit_theme/css/components/tableselect.css
- 11.x core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css
- 11.x core/themes/claro/css/components/tableselect.css
- 11.x core/themes/starterkit_theme/css/components/tableselect.css
Table select behavior.
See also
tableselect.js
File
-
core/
themes/ starterkit_theme/ css/ components/ tableselect.css
View source
- /**
- * @file
- * Table select behavior.
- *
- * @see tableselect.js
- */
-
- tr.selected td {
- background: #ffc;
- }
- td.checkbox,
- th.checkbox {
- text-align: center;
- }
- [dir="rtl"] td.checkbox,
- [dir="rtl"] th.checkbox {
- /* This is required to win over specificity of [dir="rtl"] td */
- text-align: center;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.