Skip to content

Commit 4d81be6

Browse files
committed
Remove temporary Chrome pre-13 fix for audio/video control styling bug.
Chrome 13 onwards no longer has a problem with -webkit-appearance destroying the appearance of audio/video button controls. Ref necolas#20
1 parent 3be9da4 commit 4d81be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

normalize.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2011-09-14T10:12 UTC - http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2011-09-14T10:27 UTC - http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -366,7 +366,7 @@ table input {
366366
*/
367367

368368
button,
369-
html input[type="button"],
369+
input[type="button"],
370370
input[type="reset"],
371371
input[type="submit"] {
372372
cursor: pointer; /* 1 */

0 commit comments

Comments
 (0)