0

I am on Mac and noticed that the tick icon of a select option looks like this in Mozilla Firefox:

mozilla tick icon

I'm intended to change the icon to look like in Safari and Google Chrome. Like this:

chrome and safari tick icon

Anyone knows how to style the select or option element with CSS in order to achieve this?

Zsolt Meszaros
  • 21,961
  • 19
  • 54
  • 57
HNG
  • 251
  • 3
  • 15

1 Answers1

0

These icons depend on the font that you use. If you didn't select yours then the default is used. Not every web browsers has the same configured and that becouse they are different.

Check this answer: How to draw a checkmark / tick using CSS?

How to change this should be solved right there^.