web/data/cubicweb.tablesorter.css
author Alain Leufroy <alain.leufroy@logilab.fr>
Mon, 02 Jun 2014 15:53:09 +0200
changeset 9902 62c586f32f93
parent 5819 1017163825c7
permissions -rw-r--r--
[dataimport] _create_copyfrom_buffer: do not ignore columns if data is a list Related to #3845572

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