Skip to content

Commit

Permalink
Merge pull request #3784 from open-formulieren/dark-mode-compatibility
Browse files Browse the repository at this point in the history
[#3774] Fix dark mode compatibility
  • Loading branch information
Viicos authored Jan 18, 2024
2 parents e8bb98a + 78cc90e commit eb19082
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/openforms/scss/components/builder/_builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@ div.flatpickr-calendar.open {
border-color: var(--body-quiet-color);
color: var(--body-fg);
}

&:read-only {
background-color: var(--form-input-bg);
border-color: var(--border-color);
color: var(--body-fg);
}
}

.table {
color: var(--body-fg);
}

.card {
Expand Down

0 comments on commit eb19082

Please sign in to comment.