mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
8c2125276e
tags: #story[1245]
68 lines
1.5 KiB
CSS
68 lines
1.5 KiB
CSS
#serverListMainGridPane {
|
|
-fx-background-color: -fx-pp-background-color;
|
|
}
|
|
|
|
.scroll-pane {
|
|
-fx-background: -fx-pp-background-color;
|
|
-fx-border-style: hidden;
|
|
-fx-background-insets: 0;
|
|
-fx-padding: 0;
|
|
}
|
|
|
|
.scroll-pane:focused {
|
|
-fx-background-insets: 0;
|
|
}
|
|
|
|
.scroll-pane .corner {
|
|
-fx-background-insets: 0;
|
|
}
|
|
|
|
#playerListVBox, #playerListScrollPane {
|
|
-fx-background: transparent;
|
|
}
|
|
|
|
#customizeButton, #leaveLobbyButton, #beginRaceButton {
|
|
-fx-background-color: -fx-pp-light-text-color; /* inverted */
|
|
-fx-text-fill: -fx-pp-theme-color; /* inverted */
|
|
-fx-font-size: 18px;
|
|
-fx-pref-height: 65px;
|
|
}
|
|
|
|
#customizeButton:hover, #leaveLobbyButton:hover, #beginRaceButton:hover {
|
|
-fx-font-size: 20px;
|
|
}
|
|
|
|
.invertedButton .jfx-rippler {
|
|
-jfx-rippler-fill: white;
|
|
}
|
|
|
|
#connectLabel, #serverPortNumber, #serverHostName {
|
|
-fx-text-fill: -fx-pp-light-text-color;
|
|
-fx-font-size: 16px;
|
|
}
|
|
|
|
#serverHostName, #serverPortNumber {
|
|
-jfx-focus-color: -fx-pp-light-text-color;
|
|
-jfx-unfocus-color: -fx-pp-light-text-color;
|
|
}
|
|
|
|
#connectGridPane {
|
|
-fx-background-color: -fx-pp-theme-color;
|
|
}
|
|
|
|
#serverListMainGridPane {
|
|
-fx-background-image: url("/images/waves.png");
|
|
-fx-background-repeat: no-repeat;
|
|
-fx-background-size: cover;
|
|
}
|
|
|
|
#playerList, #playerListScrollPane {
|
|
-fx-background-color: transparent;
|
|
}
|
|
|
|
#serverMap {
|
|
/*-fx-background-image: url("/images/mapbg.jpg");*/
|
|
/*-fx-background-repeat: no-repeat;*/
|
|
/*-fx-background-size: cover;*/
|
|
-fx-background-color: dodgerblue;
|
|
} |