Change color of down arrow select


Topic: Change color of down arrow select

AntoSky_ pro premium 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.) enter image description here


Michał Duszak staff answered 3 years ago

Use these CSS.

.select-input~.select-arrow {
  color: #ffaabb;
}


.select-input.focused~.select-arrow {
  color: #cceedd;
}

AntoSky_ pro premium priority commented 3 years ago

It's not working. With the "!important" label, and without this.


AntoSky_ pro premium priority answered 3 years ago

I modified directly in the CSS file of MDB, everything works


Please insert min. 20 characters.

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: Pro
  • 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
Tags