missing disabled styles
This commit is contained in:
parent
189d90ffb4
commit
5f8ffa0779
|
@ -275,7 +275,7 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
select:disabled, textarea:disabled,input:disabled {
|
||||
color: #404040;
|
||||
background: #EBEDEF;
|
||||
cursor: not-allowed;
|
||||
|
|
Loading…
Reference in New Issue