Skip to content

Instantly share code, notes, and snippets.

@maybe-joe
Created April 5, 2016 04:50
Show Gist options
  • Save maybe-joe/790eb67add04ebfa8ac33b1ea8395976 to your computer and use it in GitHub Desktop.
Save maybe-joe/790eb67add04ebfa8ac33b1ea8395976 to your computer and use it in GitHub Desktop.
Remove the selection effect and row colours from JavaFX Listview Listcells
.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