fix form-control border

This commit is contained in:
Felix Niklas 2014-11-15 13:44:13 +01:00
parent f116ac34bc
commit 9a5ee2be25

View file

@ -595,10 +595,10 @@ textarea,
line-height: 22px;
color: #555;
background: white;
border: 1px solid transparent;
border: 1px solid hsl(0, 0%, 90%);
border-radius: 3px;
transition: none;
box-shadow: 0 0 0 1px rgba(0,0,0,.1);
box-shadow: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;