Add: Added SKipTurn Button and Details Button. Fixed: TCP now display leaderboard
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user