mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Change style for disabled Textarea
This commit is contained in:
parent
84d71614f6
commit
86fbce53a5
@ -56,8 +56,9 @@ const TextArea = styled.textarea`
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
border: 1px solid ${disabledColor};
|
pointer-events: none;
|
||||||
cursor: not-allowed;
|
background: ${colors.GRAY_LIGHT};
|
||||||
|
color: ${colors.TEXT_SECONDARY};
|
||||||
|
|
||||||
&::-webkit-input-placeholder {
|
&::-webkit-input-placeholder {
|
||||||
color: ${disabledColor};
|
color: ${disabledColor};
|
||||||
|
Loading…
Reference in New Issue
Block a user