web/data/cubicweb.tablesorter.css
author Arthur Lutz <arthur.lutz@logilab.fr>
Wed, 25 May 2011 11:41:16 +0200
changeset 7432 cab99ccdb774
parent 5819 1017163825c7
permissions -rw-r--r--
[ui messages, xss] Start migration towards use of _msgid instead of __message (prone to XSS injection) closes #1698245

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