[Glitch] Fix form validation flash message color and input borders
Port ccbdf689e8 to glitch-soc
			
			
This commit is contained in:
		
							parent
							
								
									9201398507
								
							
						
					
					
						commit
						c6fc3e0c65
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -330,9 +330,12 @@ code {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    input[type=text],
 | 
			
		||||
    input[type=number],
 | 
			
		||||
    input[type=email],
 | 
			
		||||
    input[type=password] {
 | 
			
		||||
      border-bottom-color: $valid-value-color;
 | 
			
		||||
    input[type=password],
 | 
			
		||||
    textarea,
 | 
			
		||||
    select {
 | 
			
		||||
      border-color: lighten($error-red, 12%);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .error {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue