ben-g
6/13/2017 - 6:24 PM

mozilla browser default styling fix - among fixing other things

mozilla browser default styling fix - among fixing other things

https://css-tricks.com/almanac/properties/a/appearance/

.thing {
  -webkit-appearance: value;
  -moz-appearance:    value;
  appearance:         value;
}