Re-set cursor to default for disabled input and button.

This commit is contained in:
Nicolas Gallagher 2012-01-31 13:28:24 +00:00
parent f913304498
commit fe15b8f862

11
normalize.css vendored
View File

@ -1,4 +1,4 @@
/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */ /*! normalize.css 2012-01-31T13:28 UTC - http://github.com/necolas/normalize.css */
/* ============================================================================= /* =============================================================================
HTML5 display definitions HTML5 display definitions
@ -365,6 +365,15 @@ input[type="submit"] {
*overflow: visible; /* 3 */ *overflow: visible; /* 3 */
} }
/*
* Re-set default cursor for disabled elements
*/
button[disabled],
input[disabled] {
cursor: default;
}
/* /*
* 1. Addresses box sizing set to content-box in IE8/9 * 1. Addresses box sizing set to content-box in IE8/9
* 2. Removes excess padding in IE8/9 * 2. Removes excess padding in IE8/9