website/core/themes/stable/css/system/components/reset-appearance.modulee628.css

16 lines
274 B
CSS
Raw Normal View History

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