Version 1
[yaffs-website] / web / core / themes / stable / css / system / components / reset-appearance.module.css
1 /*
2  * @file
3  * Utility class to remove browser styles, especially for button.
4  */
5
6 .reset-appearance {
7   -webkit-appearance: none;
8   -moz-appearance: none;
9   appearance: none;
10   border: 0 none;
11   background: transparent;
12   padding: 0;
13   margin: 0;
14   line-height: inherit;
15 }