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

@ -11,7 +11,6 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.shape.Circle?>
<AnchorPane xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="ihm.controller.PlateauController">
<children>
<BorderPane fx:id="root" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="1280.0" styleClass="background" stylesheets="@style/plateau.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">

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;
}