correction défaut de couleur sur input

This commit is contained in:
raphaelgoettter 2015-04-14 16:47:19 +02:00
parent b2a6485dac
commit 490f9f328e
9 changed files with 31 additions and 8 deletions

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.1.4 (2015-04-14) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.1.5 (2015-04-14) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
@ -1064,6 +1064,13 @@ label,
font-family: inherit;
font-size: inherit;
}
button,
input,
optgroup,
select,
textarea {
color: #000000;
}
label {
display: inline-block;
vertical-align: middle;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long