Mercurial > hg > isophonics-drupal-site
view core/modules/system/css/components/reset-appearance.module.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
line wrap: on
line source
/* * @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; }