* insert sort icon to tag 'a' and make it clickale.
This commit is contained in:
@@ -91,9 +91,9 @@ hr.small {margin: 10px 0}
|
||||
.tablesorter thead tr .header {cursor:pointer;}
|
||||
.tablesorter thead tr .header a,.tablesorter thead tr .headerSortUp a,.tablesorter thead tr .headerSortDown a{display: inline-block; text-decoration:none}
|
||||
.tablesorter thead tr .header a {color:#333;}
|
||||
.tablesorter thead tr .header:after {font-family: ZenIcon; font-weight: normal;content: " \e6bd";font-size: 14px;}
|
||||
.tablesorter thead tr .headerSortUp:after {font-family: ZenIcon; font-weight: normal;content: " \e6b9";font-size: 14px;color:#03C;}
|
||||
.tablesorter thead tr .headerSortDown:after{font-family: ZenIcon; font-weight: normal;content: " \e6b8";font-size: 14px;color:#03C;}
|
||||
.tablesorter thead tr .header > a:after {font-family: ZenIcon; font-weight: normal;content: " \e6bd";font-size: 14px;}
|
||||
.tablesorter thead tr .headerSortUp > a:after {font-family: ZenIcon; font-weight: normal;content: " \e6b9";font-size: 14px;color:#03C;}
|
||||
.tablesorter thead tr .headerSortDown > a:after{font-family: ZenIcon; font-weight: normal;content: " \e6b8";font-size: 14px;color:#03C;}
|
||||
.tablesorter-header-inner {display: inline;}
|
||||
.tablesorter thead tr .header.sorter-false:after {display: none}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user