- Added Values to Finish Dialog.

Tags: #story[1245]
This commit is contained in:
Alistair McIntyre
2017-09-14 15:24:58 +12:00
parent 482d987839
commit 3a671d4ed0
3 changed files with 24 additions and 3 deletions
@@ -0,0 +1,21 @@
#raceFinishLabel {
-fx-font-size: 23px !important;
-fx-text-fill: -fx-pp-dark-text-color;
}
#finishersList {
}
#playAgain {
-fx-background-color: -fx-pp-theme-color;
-fx-text-fill: -fx-pp-light-text-color;
-fx-font-size: 20px !important;
-fx-effect: -fx-pp-dropshadow-dark;
-fx-min-width: 130px;
}
#playAgain:hover {
-fx-font-size: 23px !important;
-fx-background-color: -fx-pp-light-theme-color;
}