From fe15b8f862d7477b37298aab88c1fc61c4d38808 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 31 Jan 2012 13:28:24 +0000 Subject: [PATCH] Re-set cursor to default for disabled `input` and `button`. --- normalize.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 0e289ab..d885f12 100644 --- a/normalize.css +++ b/normalize.css @@ -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 @@ -365,6 +365,15 @@ input[type="submit"] { *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 * 2. Removes excess padding in IE8/9