Fix webkit calendar icon color on arc-green (#15713)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
34b21625c2
commit
21465a2ce3
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@
|
||||||
--color-project-board-bg: var(--color-secondary-light-2);
|
--color-project-board-bg: var(--color-secondary-light-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-calendar-picker-indicator {
|
||||||
|
filter: invert(.8);
|
||||||
|
}
|
||||||
|
|
||||||
.ui.horizontal.segments > .segment {
|
.ui.horizontal.segments > .segment {
|
||||||
background-color: #383c4a;
|
background-color: #383c4a;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue