Skip to content

Commit

Permalink
Set foreground colour for input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Feb 1, 2015
1 parent 959a076 commit 6f762ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/common.scss
@@ -1,4 +1,4 @@
@import "parameters";
>@import "parameters";

/* Styles common to large and small screens */

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 6f762ae

Please sign in to comment.