missing disabled styles

This commit is contained in:
Geoff Doty 2024-01-18 20:23:10 -06:00
parent 189d90ffb4
commit 5f8ffa0779
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov
cursor: pointer; cursor: pointer;
} }
input:disabled { select:disabled, textarea:disabled,input:disabled {
color: #404040; color: #404040;
background: #EBEDEF; background: #EBEDEF;
cursor: not-allowed; cursor: not-allowed;