Created
April 5, 2016 04:50
-
-
Save maybe-joe/790eb67add04ebfa8ac33b1ea8395976 to your computer and use it in GitHub Desktop.
Remove the selection effect and row colours from JavaFX Listview Listcells
This file contains 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-cell:filled:selected:focused, | |
.list-cell:filled:selected, | |
.list-cell:even, | |
.list-cell:odd { | |
-fx-background-color: transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment