[WIP] Added wind image to the bottom left of the race view.

tags: #story[1245]
This commit is contained in:
Haoming Yin
2017-09-12 15:52:22 +12:00
parent bc9f0ea924
commit 99f38fa05f
5 changed files with 40 additions and 3 deletions
+12 -1
View File
@@ -1,10 +1,17 @@
@font-face {
src: url("DJB-Get-Digital.ttf");
}
#timerGrid{
-fx-background-color: rgba(255, 255, 255, 0.6);
}
.timer Label {
-fx-font-family: "DJB Get Digital" !important;
}
#timerLabel{
-fx-font-size: 21px;
-fx-font-family: "Baloo";
}
#raceInfoArea{
@@ -34,4 +41,8 @@
-jfx-focus-color: -fx-pp-light-theme-color;
-jfx-unfocus-color: -fx-pp-dark-text-color;
-fx-background-color: transparent;
}
#windImageView {
-fx-image: url("/images/wind.png");
}