Merge pull request #461 from tiwariav/task/3717/input_border_warning
Task/3717/ changed border color for error input
This commit is contained in:
		
				commit
				
					
						e91ea758e3
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -772,7 +772,6 @@ a.unlink:hover {
 | 
				
			||||||
.has-error.checkbox label,
 | 
					.has-error.checkbox label,
 | 
				
			||||||
.has-error.radio-inline label,
 | 
					.has-error.radio-inline label,
 | 
				
			||||||
.has-error.checkbox-inline label,
 | 
					.has-error.checkbox-inline label,
 | 
				
			||||||
.has-error .form-control,
 | 
					 | 
				
			||||||
.has-error .form-control-feedback,
 | 
					.has-error .form-control-feedback,
 | 
				
			||||||
.alert-danger,
 | 
					.alert-danger,
 | 
				
			||||||
.list-group-item-danger,
 | 
					.list-group-item-danger,
 | 
				
			||||||
| 
						 | 
					@ -782,6 +781,7 @@ a.list-group-item-danger:focus,
 | 
				
			||||||
.panel-danger > .panel-heading {
 | 
					.panel-danger > .panel-heading {
 | 
				
			||||||
    color: #eb4d5c;
 | 
					    color: #eb4d5c;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					.has-error .form-control,
 | 
				
			||||||
.has-error .input-group-addon {
 | 
					.has-error .input-group-addon {
 | 
				
			||||||
    color: #eb4d5c;
 | 
					    color: #eb4d5c;
 | 
				
			||||||
    border-color: #eb4d5c;
 | 
					    border-color: #eb4d5c;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue