]> source.dussan.org Git - gitea.git/commitdiff
Fix webkit calendar icon color on arc-green (#15713)
authorsilverwind <me@silverwind.io>
Tue, 4 May 2021 13:56:43 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 13:56:43 +0000 (16:56 +0300)
Co-authored-by: zeripath <art27@cantab.net>
web_src/less/themes/theme-arc-green.less

index 7c084284d1053060a8b8ed7cf1bf108f4fad3a55..7b4d676f8fa18c265e264f9f4c16a1f7633f43ca 100644 (file)
   --color-project-board-bg: var(--color-secondary-light-2);
 }
 
+::-webkit-calendar-picker-indicator {
+  filter: invert(.8);
+}
+
 .ui.horizontal.segments > .segment {
   background-color: #383c4a;
 }