Files
EasySoft-ZenTaoPMS/trunk/www/theme/default/tablesorter.css
2009-10-25 12:27:50 +00:00

11 lines
491 B
CSS

table.tablesorter thead tr .header
{
background-image: url(./images/tablesorter/bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter thead tr .headerSortUp { background-image: url(./images/tablesorter/asc.gif); }
table.tablesorter thead tr .headerSortDown { background-image: url(./images/tablesorter/desc.gif); }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {color:red}