web/data/cubicweb.tablesorter.css
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 27 Apr 2011 12:23:43 +0200
changeset 7257 beea955b45e2
parent 5819 1017163825c7
permissions -rw-r--r--
[rql] basic support for regexp-based pattern matching

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