1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

Add new variable for -box-shadow

This commit is contained in:
Mark Otto
2015-07-03 18:35:46 -07:00
parent 932ac79611
commit 4665b9dd6f
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
border: $border-width solid $input-border;
// Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
@include border-radius($input-border-radius);
@include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
@include box-shadow($input-box-shadow);
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
// Make inputs at least the height of their button counterpart (base line-height + padding + border).