Created
April 5, 2016 04:49
-
-
Save maybe-joe/7f40e4948abb1857440a76759ef75590 to your computer and use it in GitHub Desktop.
Remove the default border from JavaFX Listviews
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.list-view { | |
-fx-background-insets: 0; | |
-fx-padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you!