mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	fix fading menu in arc-green theme
the menu faded white because it missed proper styling. only visible on viewports narrower than 1200px.
This commit is contained in:
		@@ -546,6 +546,11 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 .ui.menu.new-menu {
 | 
					 .ui.menu.new-menu {
 | 
				
			||||||
     background-color: #2a2e3a!important;
 | 
					     background-color: #2a2e3a!important;
 | 
				
			||||||
 | 
					     @media only screen and (max-width: 1200px) {
 | 
				
			||||||
 | 
					         &:after {
 | 
				
			||||||
 | 
					             background-image: linear-gradient(to right, rgba(42, 46, 42, 0), rgba(42, 46, 42, 1) 100%);
 | 
				
			||||||
 | 
					         }
 | 
				
			||||||
 | 
					     }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 input {
 | 
					 input {
 | 
				
			||||||
     background: #2e323e;
 | 
					     background: #2e323e;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user