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