version 7.0.4

ajout de ::placeholder
This commit is contained in:
Raphael Goetter 2018-04-04 10:40:39 +02:00
parent c3586f909a
commit 9584249ca4
7 changed files with 33 additions and 10 deletions

View file

@ -104,6 +104,11 @@ textarea:-moz-placeholder {
color: #777;
}
input::placeholder,
textarea::placeholder {
color: #777;
}
progress {
width: 100%;
vertical-align: middle;

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com v7.0.3 (march, 1 2018) @author: Alsacreations, Raphael Goetter
* www.KNACSS.com v7.0.4 (april, 4 2018) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/