Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

reset-appearance.module.css

Same filename in this branch
  1. 11.1.x core/themes/stable9/css/system/components/reset-appearance.module.css
/*
 * @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;
  appearance: none;
}

File

core/modules/system/css/components/reset-appearance.module.css

View source
  1. /*
  2. * @file
  3. * Utility class to remove browser styles, especially for button.
  4. */
  5. .reset-appearance {
  6. margin: 0;
  7. padding: 0;
  8. border: 0 none;
  9. background: transparent;
  10. line-height: inherit;
  11. -webkit-appearance: none;
  12. appearance: none;
  13. }
RSS feed
Powered by Drupal