Topic: Border Color for Select

BeldenSpartan premium asked 2 years ago


How can I change the border color for the select box via css? I've tried adjusting the border property of the select class, but it doesn't work:

<style>
.select {border: 1px solid #99FFFF!important;}
</style>

<select class="select" id="filter-fieldF">
              <option></option>
              <option value="A">A</option>
              <option value="B">B</option>
</select>

Michał Duszak staff answered 2 years ago


Hello, you can customize CSS like in this example: https://mdbootstrap.com/snippets/standard/m-duszak/3124032#css-tab-view


BeldenSpartan premium commented 2 years ago

Perfect - thank you



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Premium
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: MDB5 3.10.2
  • Device: PC
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No