Topic: Overriding input styles
Hi how can I add a background colour to input fields. I have added styles eg class="form_style" but these don't work.
thx
Add comment
Michal Szymanski staff pro premium priority answered 9 years ago
Hi,
depends on what exactly input you want to modify, use of on the selectors below:
input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search-md], textarea.materialize-textarea {
//your styles
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Related topics