-I have a button: -I want to disable it with javascript: document.getElementById("input-datestart").disabled = true; -Css:
input:disabled {
background-color: #fff!important;
color: #000;
}
text color [color: #000;] On my computer's browser it's working, but on tablet, it's not working, please find below the image enter image description here