mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Polished race view text area and send button UI style to make them pretty
tags: #story[1245]
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
-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 {
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
-fx-pp-dropshadow-dark: dropshadow(gaussian, rgba(0, 0, 0, 0.3), 10.0, 0.2, 5, 6);
|
||||
}
|
||||
|
||||
GridPane .jfx-button {
|
||||
-fx-min-height: 65px; /* because we changed the font, we now need to set mini height for all buttons */
|
||||
}
|
||||
/*GridPane .jfx-button {*/
|
||||
/*-fx-min-height: 65px; !* because we changed the font, we now need to set mini height for all buttons *!*/
|
||||
/*}*/
|
||||
|
||||
.jfx-button {
|
||||
-fx-cursor: hand;
|
||||
@@ -0,0 +1,37 @@
|
||||
#timerGrid{
|
||||
-fx-background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
#timerLabel{
|
||||
-fx-font-size: 21px;
|
||||
-fx-font-family: "Baloo";
|
||||
}
|
||||
|
||||
#raceInfoArea{
|
||||
-fx-background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
#chatGridPane {
|
||||
-fx-background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
#chatHistoryHolder {
|
||||
|
||||
}
|
||||
|
||||
#chatSend {
|
||||
-fx-background-color: -fx-pp-front-color;
|
||||
-fx-text-fill: -fx-pp-theme-color;
|
||||
-fx-font-size: 13px;
|
||||
-fx-pref-height: 35px;
|
||||
}
|
||||
|
||||
#chatSend:hover {
|
||||
-fx-font-size: 15px;
|
||||
}
|
||||
|
||||
#chatInput {
|
||||
-jfx-focus-color: -fx-pp-light-theme-color;
|
||||
-jfx-unfocus-color: -fx-pp-dark-text-color;
|
||||
-fx-background-color: transparent;
|
||||
}
|
||||
@@ -29,6 +29,7 @@
|
||||
#hostButton {
|
||||
-fx-background-color: -fx-pp-theme-color;
|
||||
-fx-font-size: 20px;
|
||||
-fx-pref-height: 65px;
|
||||
-fx-text-fill: -fx-pp-light-text-color;
|
||||
}
|
||||
|
||||
@@ -41,6 +42,7 @@
|
||||
-fx-background-color: -fx-pp-light-text-color; /* inverted */
|
||||
-fx-text-fill: -fx-pp-theme-color; /* inverted */
|
||||
-fx-font-size: 20px;
|
||||
-fx-pref-height: 65px;
|
||||
}
|
||||
|
||||
#connectButton:hover {
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
#timerGrid{
|
||||
-fx-background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
#timerLabel{
|
||||
-fx-font-size: 21px;
|
||||
-fx-font-family: "Baloo";
|
||||
}
|
||||
|
||||
#chatArea{
|
||||
-fx-background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
#raceInfoArea{
|
||||
-fx-background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
Reference in New Issue
Block a user