Topic: Change color of down arrow select
AntoSky_
priority
asked 3 years ago
Expected behavior
Hi, I would like to change the color of the arrow down
Actual behavior
It's actually blue
Resources (screenshots, code snippets etc.)
Michał Duszak
staff
answered 3 years ago
Use these CSS.
.select-input~.select-arrow {
color: #ffaabb;
}
.select-input.focused~.select-arrow {
color: #cceedd;
}
AntoSky_ priority commented 3 years ago
It's not working. With the "!important" label, and without this.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 3.11.0
- Device: COMPUTER
- Browser: CHROME
- OS: MACOS
- Provided sample code: No
- Provided link: No