mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Re-set cursor to default for disabled input
and button
.
This commit is contained in:
parent
f913304498
commit
fe15b8f862
11
normalize.css
vendored
11
normalize.css
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user