Skip to content

Instantly share code, notes, and snippets.

@orekyuu
Created July 24, 2015 16:14
Show Gist options
  • Save orekyuu/e255eedcc2a2e555559c to your computer and use it in GitHub Desktop.
Save orekyuu/e255eedcc2a2e555559c to your computer and use it in GitHub Desktop.
ListViewの背景画像
.list-cell {
-fx-background-color: rgba(255,255,255,0.7);
}
.list-view {
-fx-background-image: url("/back.png");
-fx-background-repeat: repeat;
-fx-background-position: center center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment