web/data/cubicweb.tablesorter.css
author Laura Médioni <laura.medioni@logilab.fr>
Fri, 29 Aug 2014 07:44:13 +0200
changeset 9957 5def1d98fce7
parent 5819 1017163825c7
permissions -rw-r--r--
[schema] properly raise BadSchemaDefinition when some expression mains variables may not be guessed

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