css updates

This commit is contained in:
aj 2019-05-17 16:52:21 +01:00
parent 8180f9c1da
commit 0c527dffbf

View File

@ -17,6 +17,22 @@
-fx-start-angle: 90; -fx-start-angle: 90;
} }
.chart-bar {
-fx-background-color: #202124;
}
.chart-pie-label {
-fx-fill: white;
}
.chart-pie-legend {
-fx-background-color: #202124;
}
.chart-title {
-fx-text-fill: white;
}
.button { .button {
-fx-background-color: #4D4D4D; -fx-background-color: #4D4D4D;
-fx-text-fill: white; -fx-text-fill: white;
@ -41,6 +57,10 @@
-fx-background-color: #202124; -fx-background-color: #202124;
} }
.titled-pane {
-fx-background-color: #202124;
}
.highlight { .highlight {
-fx-background-color: #131313; -fx-background-color: #131313;
} }