Skip to content

Commit

Permalink
Change arrow icon when clicking to sort Table View
Browse files Browse the repository at this point in the history
  • Loading branch information
p-dukke committed Jul 2, 2018
1 parent b8aa3ba commit 6325306
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1309,3 +1309,9 @@
-fx-fill: #111;
}

/* Header Sort Arrows */
.table-view /*> column-header-background > nested-column-header >*/ .arrow {
-fx-padding: 0.5em 0.3125em 0.5em 0.3125em; /* 3 3.75 3 3.75 */
-fx-shape: "M26.488,211.891h17.656V53H81L35.316,0L-13,53h39.488V211.891z";

}
Original file line number Diff line number Diff line change
Expand Up @@ -1201,3 +1201,10 @@
.table-view .table-cell:focused {
-fx-background-color: -fx-background, LIGHT_ACCENT_COLOR, -fx-background;
}

/* Header Sort Arrows */
.table-view /*> column-header-background > nested-column-header >*/ .arrow {
-fx-padding: 0.5em 0.3125em 0.5em 0.3125em; /* 3 3.75 3 3.75 */
-fx-shape: "M26.488,211.891h17.656V53H81L35.316,0L-13,53h39.488V211.891z";

}

0 comments on commit 6325306

Please sign in to comment.