We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
input
button
1 parent f913304 commit fe15b8fCopy full SHA for fe15b8f
normalize.css
@@ -1,4 +1,4 @@
1
-/*! 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 */
2
3
/* =============================================================================
4
HTML5 display definitions
@@ -365,6 +365,15 @@ input[type="submit"] {
365
*overflow: visible; /* 3 */
366
}
367
368
+/*
369
+ * Re-set default cursor for disabled elements
370
+ */
371
+
372
+button[disabled],
373
+input[disabled] {
374
+ cursor: default;
375
+}
376
377
/*
378
* 1. Addresses box sizing set to content-box in IE8/9
379
* 2. Removes excess padding in IE8/9
0 commit comments