diff --git a/www/theme/default/style.css b/www/theme/default/style.css index d9c0b01590..c984d3e220 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -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}