packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/res/tablesorter/themes/bootstrap/style.css
changeset 7 faf6f7941e8f
equal deleted inserted replaced
6:3ac4e03f28b2 7:faf6f7941e8f
       
     1 /* tables */
       
     2 
       
     3 table.tablesorter thead tr .header {
       
     4 	background-image: url(bg.gif);
       
     5 	background-repeat: no-repeat;
       
     6 	background-position: center right;
       
     7 	cursor: pointer;
       
     8 }
       
     9 table.tablesorter thead tr .headerSortUp {
       
    10 	background-image: url(asc.gif);
       
    11 }
       
    12 table.tablesorter thead tr .headerSortDown {
       
    13 	background-image: url(desc.gif);
       
    14 }