cubicweb/web/data/cubicweb.tablesorter.css
author Laurent Peuch <cortex@worlddomination.be>
Thu, 14 Mar 2019 09:38:20 +0100
branch3.26
changeset 12497 c81e29cd8cff
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[DX] adding error messages to {ResultSet,ActionsRegistry}.possible_actions Try to make it more accessible, when we first encountered these errors it it didn't made any sense to us.

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