This commit is contained in:
Chiara
2020-04-27 11:43:08 +02:00
parent 3b590540ac
commit 5d97ac65b8
6 changed files with 21 additions and 7 deletions

View File

@ -0,0 +1,16 @@
.background {
-fx-background-color: white;
}
.titre {
-fx-text-fill: black;
}
.bouton {
-fx-border-color: black;
-fx-border-width: 2;
-fx-background-radius: 0;
-fx-background-color: white;
-fx-text-fill: black;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}