mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	CSS table fixes (#13693)
Backport https://github.com/go-gitea/gitea/pull/13692 to 1.13.
This commit is contained in:
		@@ -893,6 +893,11 @@ a.ui.basic.green.label:hover {
 | 
			
		||||
  color: #dbdbdb !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ui.ui.ui.ui.table tr.grey:not(.marked),
 | 
			
		||||
.ui.ui.table td.grey:not(.marked) {
 | 
			
		||||
  background: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository.file.list #repo-files-table tr {
 | 
			
		||||
  background: #2a2e3a;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user