mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +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);
|
color: var(--input-color-active);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled, &:readonly {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background: #efefef;
|
background: #efefef;
|
||||||
}
|
}
|
||||||
|
|
@ -339,7 +339,7 @@ label.radio, label.checkbox {
|
||||||
background-color: var(--button-colored-background);
|
background-color: var(--button-colored-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:required ~ .checkmark, &:disabled ~ .checkmark {
|
&:required ~ .checkmark, &:disabled ~ .checkmark, &:readonly ~ .checkmark {
|
||||||
background-color: #adadad;
|
background-color: #adadad;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user