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;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:disabled {
|
select:disabled, textarea:disabled,input:disabled {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
background: #EBEDEF;
|
background: #EBEDEF;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
|
Loading…
Reference in New Issue