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 GitHub
parent e2c1b10cb7
commit bfa5cb7d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -48,17 +48,17 @@ table.table-striped td {
}
/* sortable tables styling */
table.tablesorter thead tr .header {
table.tablesorter thead tr .tablesorter-header {
background-image: url(bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
padding-right: 30px;
}
table.tablesorter thead tr .headerSortUp {
table.tablesorter thead tr .tablesorter-headerAsc {
background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
table.tablesorter thead tr .tablesorter-headerDesc {
background-image: url(desc.gif);
}