web/data/cubicweb.tablesorter.css
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 25 Jul 2014 17:10:05 +0200 (2014-07-25)
changeset 10433 523a7f098066
parent 5819 1017163825c7
permissions -rw-r--r--
[js] lint : make it explicit that typeof is an operator, not a function. Also, use === / !== except for null / undefined comparison
/* 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;
}