:read-only cannot be used this way

This commit is contained in:
Geoff Doty 2024-01-24 16:56:43 -05:00
parent ec34a90393
commit 5288e7078f
1 changed files with 410 additions and 410 deletions

View File

@ -288,7 +288,7 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov
cursor: pointer;
}
select:disabled, textarea:disabled,input:disabled, input:read-only {
select:disabled, textarea:disabled,input:disabled {
cursor: not-allowed;
pointer-events: none;
border-color: var(--mg);