Fix mastodon-light background color of the composer textarea when posting
This commit is contained in:
		
							parent
							
								
									939ea456d2
								
							
						
					
					
						commit
						eb9c9855ce
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -122,6 +122,8 @@ $account-background-color: white;
 | 
			
		|||
  .composer--spoiler input, .composer--textarea textarea {
 | 
			
		||||
    color: darken($ui-base-color, 80%);
 | 
			
		||||
 | 
			
		||||
    &:disabled { background: darken($simple-background-color, 10%) }
 | 
			
		||||
 | 
			
		||||
    &::placeholder {
 | 
			
		||||
      color: darken($ui-base-color, 70%);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue