Files
Party-Parrots-At-Sea/src/main/resources/css/cells/PlayerCell.css
T
2017-09-12 03:57:29 +12:00

17 lines
320 B
CSS

#playerName {
-fx-text-fill: -fx-pp-light-text-color;
-fx-font-size: 18px;
}
#playerListCell {
-fx-background-color: skyblue;
-fx-effect: -fx-pp-dropshadow-light;
}
#playerListCell:hover {
-fx-effect: -fx-pp-dropshadow-dark;
}
#playerCellVBox {
-fx-background-color: -fx-pp-background-color;
}