web/data/cubicweb.tablesorter.css
changeset 5819 1017163825c7
parent 1077 fe26a0cda180
--- a/web/data/cubicweb.tablesorter.css	Mon Jun 21 16:01:57 2010 +0200
+++ b/web/data/cubicweb.tablesorter.css	Mon Jun 21 16:13:41 2010 +0200
@@ -1,12 +1,4 @@
-/* tables */
-/*table.tablesorter {
-	font-family:arial;
-	background-color: #CDCDCD;
-	margin:10px 0pt 15px;
-	font-size: 8pt;
-	width: 100%;
-	text-align: left;
-} */
+/* sortable tables */
 
 table.listing tr .headerSortUp {
   background-image: url(asc.gif);
@@ -15,7 +7,7 @@
   background-image: url(desc.gif);
 }
 table.listing tr .headerSortDown, table.listing tr .headerSortUp {
-   background-color: #DDD;
+   background-color: %(listingBorderColor)s;
    background-repeat: no-repeat;
    background-position: center right;
 }