Skip to content

y lable på chart #144

Merged
merged 1 commit into from
May 26, 2026
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/main/resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,10 @@
-fx-background-color: transparent;
}

.dashboard-chart .axis-label {
-fx-text-fill: #ffffff;
}

/* JavaFX charts use these inner classes for the plot area and grid. */
.chart {
-fx-background-color: transparent;
Expand Down Expand Up @@ -1923,6 +1927,10 @@
-fx-border-color: #0a84d9;
}

.light-mode .dashboard-chart .axis-label {
-fx-text-fill: #0f1b34;
}

.light-mode .dashboard-qtyTextField {
-fx-background-color: #eef3fa;
-fx-border-color: rgba(10, 132, 217, 0.35);
Expand Down