Set foreground colour for input fields
This commit is contained in:
parent
959a076b50
commit
6f762ae184
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue