I'm trying to style a checkbox specifically for the chrome browser, and I've tried media queries like @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm)
, but Mozilla seems to have updated their browser because webkit styling now works.
Does anyone have an updated media query or is my only solution to hide the original checkbox and design a new one?