Line 136: |
Line 136: |
| | | |
| /*sortable wikitable*/ | | /*sortable wikitable*/ |
− | table.wikitable sortable > tr > th, table.wikitable sortable > * > tr > th { | + | table.jquery-tablesorter th.headerSort { |
− | border: 2px solid darkcyan;
| + | border: 2px solid darkcyan; |
| + | } |
| + | table.jquery-tablesorter th.headerSort { |
| + | cursor: pointer; |
| + | background-repeat: no-repeat; |
| + | background-position: center right; |
| + | padding-right: 21px; |
| } | | } |
| | | |