QuantumDoja
Programmer
Hi, I have a radio button that is disabled, how do I go about changing the background color of the radio button, becuase it is disabled???
Many Thanks
Many Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style type="text/css">
input[disabled]
{ background-color: #c0c062;
}
</style>