web/data/cubicweb.tablesorter.css
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 25 Jun 2013 14:04:46 +0200
changeset 9084 e8e4dfc97670
parent 5819 1017163825c7
permissions -rw-r--r--
[server/session] ensure appobject obtained from the session are linked to the session

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