fix form-control border
This commit is contained in:
parent
f116ac34bc
commit
9a5ee2be25
1 changed files with 2 additions and 2 deletions
|
@ -595,10 +595,10 @@ textarea,
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
color: #555;
|
color: #555;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid transparent;
|
border: 1px solid hsl(0, 0%, 90%);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transition: none;
|
transition: none;
|
||||||
box-shadow: 0 0 0 1px rgba(0,0,0,.1);
|
box-shadow: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
|
Loading…
Reference in a new issue