eup.
0
Q:

css disabled selector

input[type="text"]:disabled {
	background-color: #dddddd;
}
1
<input type="text" name="username" value="admin" >

<style type="text/css">
input[name=username] {
    pointer-events: none;
 }
</style>
0

New to Communities?

Join the community