aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-13 04:04:16 -0800
committerMark Otto <[email protected]>2013-01-13 04:04:16 -0800
commit1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc (patch)
tree69b58ea1463a02b2ac499999bdf764ab903857e5 /less/variables.less
parent0b31cfc90e1f3ca0f10dd188bf268cca470882f6 (diff)
downloadbootstrap-1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc.tar.xz
bootstrap-1916eb7c7f7ed837cd2bd4bd2bda9d41ed91c1cc.zip
Fix btn link hover and tweak dropdown border/shadows
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less
index 84490a9fa..47009525c 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -112,7 +112,7 @@
// -------------------------
@dropdown-background: #fff;
-@dropdown-border: rgba(0,0,0,.2);
+@dropdown-border: rgba(0,0,0,.15);
@dropdown-divider-top: #e5e5e5;
@dropdown-divider-bottom: #fff;