mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
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 #20
This commit is contained in:
parent
3be9da44bc
commit
4d81be6383
4
normalize.css
vendored
4
normalize.css
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! normalize.css 2011-09-14T10:12 UTC - http://github.com/necolas/normalize.css */
|
/*! normalize.css 2011-09-14T10:27 UTC - http://github.com/necolas/normalize.css */
|
||||||
|
|
||||||
/* =============================================================================
|
/* =============================================================================
|
||||||
HTML5 display definitions
|
HTML5 display definitions
|
||||||
@ -366,7 +366,7 @@ table input {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
button,
|
button,
|
||||||
html input[type="button"],
|
input[type="button"],
|
||||||
input[type="reset"],
|
input[type="reset"],
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
cursor: pointer; /* 1 */
|
cursor: pointer; /* 1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user