Skip to content

Commit

Permalink
Merge pull request #144 from Team-40-IDATT2003/140-more-txt-visebillety
Browse files Browse the repository at this point in the history
y lable på chart
  • Loading branch information
tommyah authored May 26, 2026
2 parents 1d2ade0 + 51f9dff commit faf6c63
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit faf6c63

Please sign in to comment.