mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	fix: form-control contrast on navbar-dark (fix #1227)
This commit is contained in:
		
							parent
							
								
									8cecc06615
								
							
						
					
					
						commit
						a9a81b8560
					
				| 
						 | 
				
			
			@ -13,3 +13,11 @@
 | 
			
		|||
    flex: 1;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Needed to properly style inputs on dark background
 | 
			
		||||
.navbar-dark .form-control {
 | 
			
		||||
  color: $white;
 | 
			
		||||
  &::placeholder {
 | 
			
		||||
    color: $navbar-dark-color;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user