web/data/cubicweb.tablesorter.css
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 04 Feb 2015 21:55:37 +0100
changeset 10193 a0a11be5a9cb
parent 5819 1017163825c7
permissions -rw-r--r--
[schema] set permissions that do not allow edition on computed relation. Closes #4903918 Also, drop 'del schema' from test which clutters the code for no benefit.

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