Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

tableselect.css

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css
  2. 11.1.x core/themes/claro/css/components/tableselect.css

Table select behavior.

See also

tableselect.js

File

core/themes/starterkit_theme/css/components/tableselect.css

View source
  1. /**
  2. * @file
  3. * Table select behavior.
  4. *
  5. * @see tableselect.js
  6. */
  7. tr.selected td {
  8. background: #ffc;
  9. }
  10. td.checkbox,
  11. th.checkbox {
  12. text-align: center;
  13. }
  14. [dir="rtl"] td.checkbox,
  15. [dir="rtl"] th.checkbox {
  16. /* This is required to win over specificity of [dir="rtl"] td */
  17. text-align: center;
  18. }
RSS feed
Powered by Drupal