interfaces jouer tour
This commit is contained in:
20
src/ihm/ressources/style/popUp.css
Normal file
20
src/ihm/ressources/style/popUp.css
Normal file
@ -0,0 +1,20 @@
|
||||
Pane {
|
||||
-fx-background-color: #1d1d1d;
|
||||
}
|
||||
|
||||
Label {
|
||||
-fx-text-fill: white;
|
||||
}
|
||||
|
||||
.des {
|
||||
-fx-text-fill: black;
|
||||
}
|
||||
|
||||
Button {
|
||||
-fx-border-color: #e2e2e2;
|
||||
-fx-border-width: 2;
|
||||
-fx-background-radius: 0;
|
||||
-fx-background-color: #1d1d1d;
|
||||
-fx-text-fill: #d8d8d8;
|
||||
-fx-background-insets: 0 0 0 0, 0, 1, 2;
|
||||
}
|
Reference in New Issue
Block a user