diff options
| author | Mark Otto <[email protected]> | 2012-03-23 20:56:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-23 20:56:48 -0700 |
| commit | f9f03d8976710b8aa10abd5f89c0a699758ff0a0 (patch) | |
| tree | aa228bbcddc6a7a3f9137c8c75dd753e72cd4ea8 /less/button-groups.less | |
| parent | f87e4c60e9bb33f29bffed702af797b322821b8f (diff) | |
| parent | c7afe382a26834cce5b8bf2fc7333ce7e945a2d4 (diff) | |
| download | bootstrap-f9f03d8976710b8aa10abd5f89c0a699758ff0a0.tar.xz bootstrap-f9f03d8976710b8aa10abd5f89c0a699758ff0a0.zip | |
Merge branch 'bartt-master' into 2.0.3-wip
Conflicts:
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/button-groups.less
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index d28e5bbad..81961123d 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -93,8 +93,9 @@ .btn-group .dropdown-toggle { padding-left: 8px; padding-right: 8px; - @shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); - .box-shadow(@shadow); + .box-shadow(inset 1px 0 0 rgba(255,255,255,.125), + inset 0 1px 0 rgba(255,255,255,.2), + 0 1px 2px rgba(0,0,0,.05)); *padding-top: 3px; *padding-bottom: 3px; } @@ -119,8 +120,8 @@ // Remove the gradient and set the same inset shadow as the :active state .dropdown-toggle { background-image: none; - @shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); - .box-shadow(@shadow); + .box-shadow(inset 0 2px 4px rgba(0,0,0,.15), + 0 1px 2px rgba(0,0,0,.05)); } // Keep the hover's background when dropdown is open |
