Add disabled input styling
This commit is contained in:
parent
7aca632e91
commit
64f329700b
1 changed files with 7 additions and 0 deletions
|
|
@ -163,6 +163,13 @@ input[type="text"], button {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"]:disabled, button:disabled,
|
||||||
|
input[type="text"]:hover:disabled, button:hover:disabled {
|
||||||
|
background-color: var(--input-background-disabled);
|
||||||
|
border-color: var(--input-border-colour-disabled);
|
||||||
|
color: var(--input-text-disabled);
|
||||||
|
}
|
||||||
|
|
||||||
input[type="text"].warning {
|
input[type="text"].warning {
|
||||||
border-color: var(--input-border-colour-warning);
|
border-color: var(--input-border-colour-warning);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue