view themes/isobartik/css/components/tablesort-indicator.css @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 875880e46745
children
line wrap: on
line source
/**
 * @file
 * Tablesort indicator styles.
 */

.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 1px 0 0 5px;
}
.tablesort--asc {
  background-image: url(../../../../core/misc/icons/ffffff/twistie-down.svg);
}
.tablesort--desc {
  background-image: url(../../../../core/misc/icons/ffffff/twistie-up.svg);
}