tablesort-indicator.css 326 B

1234567891011121314151617
  1. /**
  2. * @file
  3. * Tablesort indicator styles.
  4. */
  5. .tablesort {
  6. width: 14px;
  7. height: 14px;
  8. vertical-align: top;
  9. margin: 1px 0 0 5px;
  10. }
  11. .tablesort--asc {
  12. background-image: url(../../../../misc/icons/ffffff/twistie-down.svg);
  13. }
  14. .tablesort--desc {
  15. background-image: url(../../../../misc/icons/ffffff/twistie-up.svg);
  16. }