diff --git a/normalize.css b/normalize.css index bc5d818..cf65c6d 100644 --- a/normalize.css +++ b/normalize.css @@ -415,6 +415,18 @@ input { line-height: normal; } +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. + * Correct `select` style inheritance in Firefox 4+ and Opera. + */ + +button, +select { + text-transform: none; +} + /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls.