mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
235d6c9cef
tags: #story[1245]
17 lines
320 B
CSS
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;
|
|
} |