poeut
This commit is contained in:
@ -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">
|
||||
|
16
src/ihm/ressources/style/menuLight.css
Normal file
16
src/ihm/ressources/style/menuLight.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user