/**
 * @file
 * Tablesort indicator styles.
 */

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