mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Add caret styling CSS (#15651)
* Add caret styling CSS Fixes: https://github.com/go-gitea/gitea/issues/15644 * add rule in arc-green as well * grammar * Update web_src/less/themes/theme-arc-green.less Co-authored-by: Wim <wim@42.be> * remove extra rule * add comment Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Wim <wim@42.be> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -108,6 +108,7 @@
 | 
			
		||||
  --color-placeholder-text: #6a737d;
 | 
			
		||||
  --color-editor-line-highlight: var(--color-primary-light-5);
 | 
			
		||||
  --color-project-board-bg: var(--color-secondary-light-2);
 | 
			
		||||
  --color-caret: var(--color-text); /* should ideally be --color-text-dark, see #15651 */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
::-webkit-calendar-picker-indicator {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user