Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Fix webkit calendar icon color on arc-green
  • Loading branch information
silverwind committed May 3, 2021
commit da701676355a424dd81f211579a75378c5c9190f
4 changes: 4 additions & 0 deletions web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
--color-project-board-bg: var(--color-secondary-light-2);
}

::-webkit-calendar-picker-indicator {
filter: invert(.75);
}

.ui.horizontal.segments > .segment {
background-color: #383c4a;
}
Expand Down