Skip to content

Commit f9b1fac

Browse files
Fix webkit calendar icon color on arc-green (go-gitea#15728)
1 parent f1e8b8c commit f9b1fac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@
110110
--color-project-board-bg: var(--color-secondary-light-2);
111111
}
112112

113+
::-webkit-calendar-picker-indicator {
114+
filter: invert(.8);
115+
}
116+
113117
.ui.horizontal.segments > .segment {
114118
background-color: #383c4a;
115119
}

0 commit comments

Comments
 (0)