Topic: Md-Outline
Aroquiassamy LA ROZE priority asked 5 years ago
Hi @Damian
I want to change the md-outline placeholder color. Guide me how to do it.
Damian Gemza staff answered 5 years ago
Dear La Roze,
Please learn, how to use browser Inspector. It's easy and necessary for frontend developers to use this tool.
With it, you're able to check an item's style for example. And if you'll use the Inspector, you'll see, that .md-outline
label has the .md-form.md-outline label
rule, to which you have to add color
style.
Here's the ready-to-use code:
.md-form.md-outline label {
color: red;
}
Best Regards,
Damian
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 7.4.3
- Device: Lenova
- Browser: Chrome 73
- OS: Windows 10
- Provided sample code: No
- Provided link: No