mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-24 13:02:21 +00:00
Override input error styling when disabled
This commit is contained in:
@@ -37,6 +37,7 @@ const StyledInput = styled.input`
|
||||
}
|
||||
&:disabled {
|
||||
background: #DDD;
|
||||
border: 1px solid #B6B6B6;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user