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,6 +1,6 @@
{ {
"name": "KNACSS", "name": "KNACSS",
"version": "4.1.3", "version": "4.1.4",
"homepage": "http://www.knacss.com/", "homepage": "http://www.knacss.com/",
"authors": [ "authors": [
"Raphaël GOETTER, Alsacreations" "Raphaël GOETTER, Alsacreations"

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/ * Licence WTFPL http://www.wtfpl.net/
*/ */
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */ /*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
@ -1064,6 +1064,13 @@ label,
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
} }
button,
input,
optgroup,
select,
textarea {
color: #000000;
}
label { label {
display: inline-block; display: inline-block;
vertical-align: middle; 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

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/ * Licence WTFPL http://www.wtfpl.net/
*/ */

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "knacss", "name": "knacss",
"version": "4.1.3", "version": "4.1.4",
"homepage": "http://www.knacss.com/", "homepage": "http://www.knacss.com/",
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues", "bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
"author": [ "author": [

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/ * Licence WTFPL http://www.wtfpl.net/
*/ */

View File

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