mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
add readonly style
This commit is contained in:
parent
9304f0266d
commit
947b9350f1
|
|
@ -70,7 +70,7 @@ input[type="datetime-local"] {
|
|||
color: var(--input-color-active);
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
&:disabled, &:readonly {
|
||||
cursor: not-allowed;
|
||||
background: #efefef;
|
||||
}
|
||||
|
|
@ -339,7 +339,7 @@ label.radio, label.checkbox {
|
|||
background-color: var(--button-colored-background);
|
||||
}
|
||||
|
||||
&:required ~ .checkmark, &:disabled ~ .checkmark {
|
||||
&:required ~ .checkmark, &:disabled ~ .checkmark, &:readonly ~ .checkmark {
|
||||
background-color: #adadad;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user