Fix dark theme's input forms colors (#1237)
* Fix readonly and disabled input forms colors * Fix the fix
This commit was merged in pull request #1237.
	This commit is contained in:
		@@ -111,6 +111,11 @@ img {
 | 
			
		||||
  border-color: $dark-300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form-control[readonly],
 | 
			
		||||
.form-control:disabled {
 | 
			
		||||
  background: $dark-300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.card,
 | 
			
		||||
.jumbotron,
 | 
			
		||||
.list-group-item {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user