web/data/cubicweb.tablesorter.css
author David Douard <david.douard@logilab.fr>
Wed, 20 Jul 2016 09:40:04 +0200
branch3.22
changeset 11431 bc473cddba5e
parent 5819 1017163825c7
permissions -rw-r--r--
typo

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