Set foreground colour for input fields

This commit is contained in:
Tom Hughes 2015-02-01 14:10:15 +00:00
parent 959a076b50
commit 6f762ae184

View file

@ -1,4 +1,4 @@
@import "parameters";
>@import "parameters";
/* Styles common to large and small screens */
@ -1875,6 +1875,7 @@ input[type="email"],
input[type="url"],
input[type="password"],
textarea {
color: #222;
background-color: #fff;
border: 1px solid #ccc;
padding: 2px 5px;