web/data/cubicweb.tablesorter.css
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 06 Oct 2011 10:13:24 +0200
branchstable
changeset 7912 7a2e2a3c3b0c
parent 5819 1017163825c7
permissions -rw-r--r--
[js] Remove tab mixed with space in ``web/data/cubicweb.facets.js``

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