diff options
| author | Mark Otto <[email protected]> | 2014-07-08 21:19:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 21:19:14 -0700 |
| commit | f380ca21e207e688e40a8cbef6d0b5a2c2a00472 (patch) | |
| tree | cf28901efb6ec84b0df698ed555d2281462a7017 /less/dropdowns.less | |
| parent | ff4ff3bd0619035313ef245839fae7865039dd25 (diff) | |
| download | bootstrap-f380ca21e207e688e40a8cbef6d0b5a2c2a00472.tar.xz bootstrap-f380ca21e207e688e40a8cbef6d0b5a2c2a00472.zip | |
Use .box-shadow() mixin so we can enable/disable them
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index a04773566..c6f7d56f8 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -44,7 +44,7 @@ background-color: @dropdown-bg; border: 1px solid @dropdown-border; .border-radius(@border-radius-base); - box-shadow: 0 6px 12px rgba(0,0,0,.175); + .box-shadow(0 6px 12px rgba(0,0,0,.175)); background-clip: padding-box; // Dividers (basically an hr) within the dropdown |
