Topic: Change color of down arrow select

AntoSky_ priority asked 2 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


AntoSky_ priority answered 2 years ago


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


Michał Duszak staff answered 2 years ago


Use these CSS.

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


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

AntoSky_ priority commented 2 years ago

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



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

  • 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