Add: Added SKipTurn Button and Details Button. Fixed: TCP now display leaderboard

This commit is contained in:
rubenpirreram
2026-05-17 22:12:38 +02:00
parent 0fe7941c3e
commit 8f8491b1ad
4 changed files with 70 additions and 28 deletions
+14
View File
@@ -47,4 +47,18 @@
-fx-background-insets: 0, 5, 10, 15;
-fx-background-radius: 15, 12, 8, 4;
-fx-padding: 15 15 15 15;
}
.action-button {
-fx-background-color: #9d0208;
-fx-text-fill: white;
-fx-font-family: "Inknut Antiqua";
-fx-font-size: 11px;
-fx-background-radius: 8;
-fx-border-radius: 8;
-fx-padding: 4 10 4 10;
-fx-cursor: hand;
}
.action-button:hover {
-fx-background-color: #b42224;
}