web/data/cubicweb.tablesorter.css
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 03 Nov 2015 18:03:21 +0100
changeset 10812 a747e211266b
parent 5819 1017163825c7
permissions -rw-r--r--
[server/test] don't leak timeout from one test class to the next Reset SQL_CONNECT_HOOKS after we're done with this test class so the next one doesn't inherit a timeout it doesn't want.

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