box-shadow inset on inputs
This commit is contained in:
parent
12cb77806d
commit
ed70f7187e
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue