cubicweb/web/data/cubicweb.tablesorter.css
changeset 11057 0b59724cb3f2
parent 5819 1017163825c7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cubicweb/web/data/cubicweb.tablesorter.css	Sat Jan 16 13:48:51 2016 +0100
@@ -0,0 +1,14 @@
+/* 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;
+}
+