cubicweb/web/data/cubicweb.tablesorter.css
changeset 11057 0b59724cb3f2
parent 5819 1017163825c7
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
       
     1 /* sortable tables */
       
     2 
       
     3 table.listing tr .headerSortUp {
       
     4   background-image: url(asc.gif);
       
     5 }
       
     6 table.listing tr .headerSortDown {
       
     7   background-image: url(desc.gif);
       
     8 }
       
     9 table.listing tr .headerSortDown, table.listing tr .headerSortUp {
       
    10    background-color: %(listingBorderColor)s;
       
    11    background-repeat: no-repeat;
       
    12    background-position: center right;
       
    13 }
       
    14