web/data/cubicweb.tablesorter.css
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 25 Jun 2013 12:25:52 +0200
changeset 9083 fe254c803ed1
parent 5819 1017163825c7
permissions -rw-r--r--
[connection] have rql_rewriter accession on Connection Code expecting a session search the RQLRewriter on this attribute.

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