web/data/cubicweb.tablesorter.css
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 25 Sep 2014 15:49:13 +0200
changeset 9990 c84ad981fc4a
parent 5819 1017163825c7
permissions -rw-r--r--
merge 3.19.4 in 3.20 branch

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