From 9a6b20e1cdcefd4b6a0f2d83e4d6a1c6b58cea19 Mon Sep 17 00:00:00 2001 From: Catouse Date: Thu, 7 May 2015 16:16:20 +0800 Subject: [PATCH] * insert sort icon to tag 'a' and make it clickale. --- www/theme/default/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}