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

Breadcrumb

  1. Drupal Core 11.1.x

tablesort.css

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

Table sort indicator.

File

core/themes/starterkit_theme/css/components/tablesort.css

View source
  1. /**
  2. * @file
  3. * Table sort indicator.
  4. */
  5. th.is-active img {
  6. display: inline;
  7. }
  8. td.is-active {
  9. background-color: #ddd;
  10. }
RSS feed
Powered by Drupal