Files
Popsu-coloque/web/themes/contrib/mediteran/css/system/components/reset-appearance.module.css
T
2020-06-08 23:57:36 +02:00

16 lines
274 B
CSS

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