web/data/cubicweb.tablesorter.css
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 27 Jan 2015 10:20:15 +0100
changeset 10197 7c732d2abbc1
parent 5819 1017163825c7
permissions -rw-r--r--
[restore/portable] properly restore the numrange generator If the dump format version is 1.1, read and restore numranges. Closes #4870338

/* 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;
}