mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	UI: Tweak tab text and icon colors (#6760)
This adds a hover highlight and fades out the icon on inactive tabs.
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							8d0d7bc28d
						
					
				
				
					commit
					c64fe091d3
				
			
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -760,3 +760,14 @@ footer {
 | 
				
			|||||||
.oauth2-authorize-application-box {
 | 
					.oauth2-authorize-application-box {
 | 
				
			||||||
    margin-top: 3em !important;
 | 
					    margin-top: 3em !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Tab color tweaks */
 | 
				
			||||||
 | 
					.ui.tabular.menu .item {
 | 
				
			||||||
 | 
					  color: rgba(0,0,0,.5);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.ui.tabular.menu .item:hover {
 | 
				
			||||||
 | 
					  color: rgba(0,0,0,.8);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.ui.tabular.menu .item.active {
 | 
				
			||||||
 | 
					  color: rgba(0,0,0,.9);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user