mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix webkit calendar icon color on arc-green (#15713)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user