File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1- /*! normalize.css 2011-07-12T10:28 UTC · http://github.com/necolas/normalize.css */
1+ /*! normalize.css 2011-07-12T10:51 UTC · http://github.com/necolas/normalize.css */
22
33/* =============================================================================
44 HTML5 element display
@@ -335,6 +335,16 @@ input {
335335 * overflow : visible; /* 2 */
336336}
337337
338+ /*
339+ * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
340+ * Known issue: reintroduces inner spacing
341+ */
342+
343+ table button ,
344+ table input {
345+ * overflow : auto;
346+ }
347+
338348/*
339349 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
340350 * 2. Corrects inability to style clickable 'input' types in iOS
You can’t perform that action at this time.
0 commit comments