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@0: -webkit-appearance: none; Chris@0: -moz-appearance: none; Chris@0: appearance: none; Chris@0: border: 0 none; Chris@0: background: transparent; Chris@0: padding: 0; Chris@0: margin: 0; Chris@0: line-height: inherit; Chris@0: }