If you only want to style the input fields of type=”text”:
input[type="text"]:disabled {
background: #eee;
}
And if you want to style all the input fields.
input:disabled {
background: #eee;
}
input[type="text"]:disabled {
background: #eee;
}
input:disabled {
background: #eee;
}
Hi, Welcome to W3MIND
One of the main purpose of creating a website for me is to get in touch with other people. I really enjoy building websites using content management systems like WordPress, BigCommerce, Oncord & Shopify.
© Copyright 2024 WWW Mind. All rights reserved.