24 lines
350 B
CSS
24 lines
350 B
CSS
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;
|
|
}
|
|
|
|
.anchorDes{
|
|
-fx-border-color: #e2e2e2;
|
|
} |