Chris@0: /* Chris@0: * @file Chris@0: * Utility class to remove browser styles, especially for button. Chris@0: */ Chris@0: Chris@0: .reset-appearance { Chris@18: margin: 0; Chris@18: padding: 0; Chris@18: border: 0 none; Chris@18: background: transparent; Chris@18: line-height: inherit; Chris@0: -webkit-appearance: none; Chris@0: -moz-appearance: none; Chris@0: appearance: none; Chris@0: }