Topic: Border Color for Select
                  
                  BeldenSpartan
                  free
                  asked 3 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>
                
                  
                      
                        Add comment
                      
                    
                  
                
                      
                      Michał Duszak
                      staff
                        answered 3 years ago
                    
Hello, you can customize CSS like in this example: https://mdbootstrap.com/snippets/standard/m-duszak/3124032#css-tab-view
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: Free
 - Premium support: No
 - Technology: MDB Standard
 - MDB Version: MDB5 3.10.2
 - Device: PC
 - Browser: Chrome
 - OS: Windows
 - Provided sample code: No
 - Provided link: No