diff options
| author | Mark Otto <[email protected]> | 2012-01-25 20:02:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 20:02:32 -0800 |
| commit | e877d125d7a2c673fec4e63600c2d8544c3128f6 (patch) | |
| tree | b9347cf770d83703bb145190b28fabc6e7f12503 /lib/button-groups.less | |
| parent | 0db2d45350a67bc1a98c0f2d1c4706e3bd25ca50 (diff) | |
| download | bootstrap-e877d125d7a2c673fec4e63600c2d8544c3128f6.tar.xz bootstrap-e877d125d7a2c673fec4e63600c2d8544c3128f6.zip | |
fix button group shadows, update js docs to fix alert js file link
Diffstat (limited to 'lib/button-groups.less')
| -rw-r--r-- | lib/button-groups.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/button-groups.less b/lib/button-groups.less index 4be4aca71..17957f1d6 100644 --- a/lib/button-groups.less +++ b/lib/button-groups.less @@ -81,7 +81,7 @@ .btn-group .dropdown-toggle { padding-left: 8px; padding-right: 8px; - @shadow: inset 1px 0 0 rgba(255,255,255,.125), 0 1px 2px rgba(0,0,0,.05); + @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); } |
