Skip to content

Commit

Permalink
Increase contrast by bordering text fields #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Nov 5, 2015
1 parent a2f35cf commit 004532d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/bamboo/assets/bamboo.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,13 @@ tr.table-sep td {
text-decoration: underline;
}

/*
* Improve contrast around text fields. Our bootstrap's themes defaults are hard to see
* on some screens.
*/
textarea, textarea.form-control, input.form-control, input[type="text"], input[type="password"], input[type="email"],
input[type="number"], .form-control[type="text"], .form-control[type="password"], .form-control[type="email"],
.form-control[type="tel"], .form-control[contenteditable] {
border: 1px solid #d1d1d1;
box-shadow: none;
}

0 comments on commit 004532d

Please sign in to comment.