Skip to content

Commit

Permalink
Re-set cursor to default for disabled input and button.
Browse files Browse the repository at this point in the history
  • Loading branch information
necolas committed Jan 31, 2012
1 parent f913304 commit fe15b8f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion normalize.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fe15b8f

Please sign in to comment.