web/data/cubicweb.tablesorter.css
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 02 May 2014 17:41:11 +0200
changeset 10005 7769d0f61810
parent 5819 1017163825c7
permissions -rw-r--r--
remove leftover pre 3.9 deprecation warnings

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