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/
*/

View file

@ -27,6 +27,14 @@ label,
font-size: inherit;
}
button,
input,
optgroup,
select,
textarea {
color: @base-color;
}
label {
display: inline-block;
vertical-align: middle;