reset-appearance.module.css
Same filename in this branch
Same filename in other branches
- 9 core/themes/stable9/css/system/components/reset-appearance.module.css
- 9 core/themes/stable/css/system/components/reset-appearance.module.css
- 9 core/modules/system/css/components/reset-appearance.module.css
- 8.9.x core/themes/stable/css/system/components/reset-appearance.module.css
- 8.9.x core/modules/system/css/components/reset-appearance.module.css
- 10 core/themes/stable9/css/system/components/reset-appearance.module.css
- 10 core/modules/system/css/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/
themes/ stable9/ css/ system/ components/ reset-appearance.module.css
View 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;
- appearance: none;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.