Himas Rafeek
Posted on: 3 years ago
CSS

Disable Chrome styles for form elements

If Chrome is bothering with unknown borders and things like that, just apply this.


                                          select {
    -webkit-appearance: none;
}