tablesort.css 126 B

1234567891011
  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. }