view themes/isobartik/css/components/tablesort-indicator.css @ 6:875880e46745

Styling
author Chris Cannam
date Fri, 08 Dec 2017 13:21:27 +0000
parents e11175134f4e
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);
}