Topic: Change Input Color
ewgiddings
asked 7 years ago
How do I change the color of the underline on inputs from blue to the default green color?
Arkadiusz Idzikowski
staff answered 7 years ago
Dear ewgiddings,
You need to overwrite those styles in your styles.scss:
.md-form input[type=text]:focus {
box-shadow: 0 1px 0 0 green !important;
border-bottom: 1px solid green !important;
}
Regards,
Arek
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 6.2.3
- Device: Surface
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
Tags
Related topics
ewgiddings commented 7 years ago
I've seen the posts about skins but this does not seem to change the input underline/label color..?