mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-12 07:09:36 +08:00
Fix webkit calendar icon color on arc-green (#15728)
This commit is contained in:
parent
f1e8b8c0d7
commit
f9b1fac4ea
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user