Skip to content

Commit

Permalink
New input focus color
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-verde committed Jun 20, 2019
1 parent f131aba commit f56a96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ select {
}

select:hover, select:focus, input:hover, input:focus {
box-shadow: .1em .1em .1em 0 rgba(0,0,0,0.1);
box-shadow: .1em .1em .1em 0 rgba(0, 108, 147, .2);
border-color: #006c93;
}

input[type="submit"], button {
Expand Down

0 comments on commit f56a96f

Please sign in to comment.