web/data/cubicweb.tablesorter.css
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 22 Jun 2015 14:27:37 +0200
changeset 10411 4ee15441f2eb
parent 5819 1017163825c7
permissions -rw-r--r--
merge 3.20.8 in 3.21

/* sortable tables */

table.listing tr .headerSortUp {
  background-image: url(asc.gif);
}
table.listing tr .headerSortDown {
  background-image: url(desc.gif);
}
table.listing tr .headerSortDown, table.listing tr .headerSortUp {
   background-color: %(listingBorderColor)s;
   background-repeat: no-repeat;
   background-position: center right;
}