mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Lighter icon colors for repo files (#3351)
* Lighter icon colors for repo files * also color submodule icon
This commit is contained in:
		@@ -1248,10 +1248,15 @@ footer .ui.language .menu {
 | 
			
		||||
.repository.file.list #repo-files-table tbody .octicon {
 | 
			
		||||
  margin-left: 3px;
 | 
			
		||||
  margin-right: 5px;
 | 
			
		||||
  color: #777;
 | 
			
		||||
}
 | 
			
		||||
.repository.file.list #repo-files-table tbody .octicon.octicon-mail-reply {
 | 
			
		||||
  margin-right: 10px;
 | 
			
		||||
}
 | 
			
		||||
.repository.file.list #repo-files-table tbody .octicon.octicon-file-directory,
 | 
			
		||||
.repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule {
 | 
			
		||||
  color: #1e70bf;
 | 
			
		||||
}
 | 
			
		||||
.repository.file.list #repo-files-table td {
 | 
			
		||||
  padding-top: 8px;
 | 
			
		||||
  padding-bottom: 8px;
 | 
			
		||||
 
 | 
			
		||||
@@ -59,7 +59,7 @@
 | 
			
		||||
			}
 | 
			
		||||
			.item {
 | 
			
		||||
				padding: 0px;
 | 
			
		||||
			}			
 | 
			
		||||
			}
 | 
			
		||||
			.label.color {
 | 
			
		||||
				padding: 0 8px;
 | 
			
		||||
				margin-right: 5px;
 | 
			
		||||
@@ -180,9 +180,13 @@
 | 
			
		||||
				.octicon {
 | 
			
		||||
					margin-left: 3px;
 | 
			
		||||
					margin-right: 5px;
 | 
			
		||||
					color: #777;
 | 
			
		||||
					&.octicon-mail-reply {
 | 
			
		||||
						margin-right: 10px;
 | 
			
		||||
					}
 | 
			
		||||
					&.octicon-file-directory, &.octicon-file-submodule {
 | 
			
		||||
						color: #1e70bf;
 | 
			
		||||
					}
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
			td {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user