box-shadow inset on inputs

This commit is contained in:
Raphael Goetter 2017-07-31 18:00:49 +02:00
parent 12cb77806d
commit ed70f7187e
3 changed files with 3 additions and 3 deletions

View File

@ -1816,7 +1816,7 @@ textarea {
font-family: inherit;
font-size: inherit;
border: 0;
box-shadow: 0 0 0 1px #fff inset;
box-shadow: 0 0 0 1px #F7F7F7 inset;
color: #000;
vertical-align: middle;
padding: 0.5rem 1rem;

File diff suppressed because one or more lines are too long

View File

@ -44,7 +44,7 @@ textarea {
font-family: inherit;
font-size: inherit;
border: 0;
box-shadow: 0 0 0 1px $color-light inset;
box-shadow: 0 0 0 1px $color-muted inset;
color: $color-base;
vertical-align: middle;
padding: $tiny-value $small-value;