1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

Fix webkit calendar icon color on arc-green (#15728)

This commit is contained in:
Tomás Warynyca 2021-05-05 02:10:01 -03:00 committed by GitHub
parent f1e8b8c0d7
commit f9b1fac4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,10 @@
--color-project-board-bg: var(--color-secondary-light-2);
}
::-webkit-calendar-picker-indicator {
filter: invert(.8);
}
.ui.horizontal.segments > .segment {
background-color: #383c4a;
}