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:
parent
e2c1b10cb7
commit
bfa5cb7d48
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue