mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			No EOL
		
	
	
		
			396 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			No EOL
		
	
	
		
			396 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| .dashboard {
 | |
| 	padding-top: 15px;
 | |
| 	padding-bottom: @footer-margin * 2;
 | |
| 
 | |
| 	&.issues {
 | |
| 		.context.user.menu {
 | |
| 			min-width: 200px;
 | |
| 			.ui.header {
 | |
| 		    font-size: 1rem;
 | |
| 		    text-transform: none;
 | |
| 			}
 | |
| 		}
 | |
| 		.filter.menu {
 | |
| 			.item.active {
 | |
| 		    background-color: #4183c4;
 | |
| 		    color: #FFF;
 | |
| 			}
 | |
| 		}
 | |
| 		.ui.right .head.menu {
 | |
| 			margin-top: -5px;
 | |
| 			.item.active {
 | |
| 				color: #d9453d;
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| } |