HBASE-25321 The sort icons not shown after Upgrade JQuery to 3.5.1 (#2694)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Akshay Sudheer 2020-11-29 09:38:57 +05:30 committed by Duo Zhang
parent fac1d4aab7
commit 298e721839
1 changed files with 3 additions and 3 deletions

View File

@ -42,15 +42,15 @@ section { margin-bottom: 3em; }
/* Region Server page styling */ /* Region Server page styling */
/* sortable tables styling */ /* sortable tables styling */
table.tablesorter thead tr .header { table.tablesorter thead tr .tablesorter-header {
background-image: url(bg.gif); background-image: url(bg.gif);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center right; background-position: center right;
cursor: pointer; cursor: pointer;
} }
table.tablesorter thead tr .headerSortUp { table.tablesorter thead tr .tablesorter-headerAsc {
background-image: url(asc.gif); background-image: url(asc.gif);
} }
table.tablesorter thead tr .headerSortDown { table.tablesorter thead tr .tablesorter-headerDesc {
background-image: url(desc.gif); background-image: url(desc.gif);
} }