css updates
This commit is contained in:
parent
8180f9c1da
commit
0c527dffbf
@ -17,6 +17,22 @@
|
||||
-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 {
|
||||
-fx-background-color: #4D4D4D;
|
||||
-fx-text-fill: white;
|
||||
@ -41,6 +57,10 @@
|
||||
-fx-background-color: #202124;
|
||||
}
|
||||
|
||||
.titled-pane {
|
||||
-fx-background-color: #202124;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
-fx-background-color: #131313;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user