We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbca1ba commit 72ff26eCopy full SHA for 72ff26e
zeppelin-web/src/app/notebook/paragraph/paragraph.css
@@ -422,6 +422,23 @@ table.dataTable.table-condensed .sorting_desc:after {
422
border-bottom: 2px solid #CCC;
423
}
424
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
436
437
438
439
440
441
442
/*
443
Pivot CSS
444
*/
0 commit comments