Skip to content

Commit 72ff26e

Browse files
committed
Change table asc desc icon
1 parent bbca1ba commit 72ff26e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

zeppelin-web/src/app/notebook/paragraph/paragraph.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,23 @@ table.dataTable.table-condensed .sorting_desc:after {
422422
border-bottom: 2px solid #CCC;
423423
}
424424

425+
.handsontable .columnSorting.ascending::after {
426+
content: '\f160';
427+
margin-left: 3px;
428+
font-size: 12px;
429+
font-family: FontAwesome;
430+
line-height: 2;
431+
}
432+
433+
.handsontable .columnSorting.descending::after {
434+
content: '\f161';
435+
margin-left: 3px;
436+
font-size: 12px;
437+
margin-left: 3px;
438+
font-family: FontAwesome;
439+
line-height: 2;
440+
}
441+
425442
/*
426443
Pivot CSS
427444
*/

0 commit comments

Comments
 (0)