diff options
| author | Mark Otto <[email protected]> | 2013-01-13 04:04:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-13 04:04:16 -0800 |
| commit | 1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc (patch) | |
| tree | 69b58ea1463a02b2ac499999bdf764ab903857e5 /less/dropdowns.less | |
| parent | 0b31cfc90e1f3ca0f10dd188bf268cca470882f6 (diff) | |
| download | bootstrap-1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc.tar.xz bootstrap-1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc.zip | |
Fix btn link hover and tweak dropdown border/shadows
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 312d632ce..e2544c25d 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -49,7 +49,7 @@ border: 1px solid #ccc; // IE8 fallback border: 1px solid @dropdown-border; border-radius: @border-radius-base; - .box-shadow(0 5px 10px rgba(0,0,0,.2)); + .box-shadow(0 6px 12px rgba(0,0,0,.175)); .background-clip(padding-box); // Aligns the dropdown menu to right |
