]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4136: use @dropdownBorder var, but keep IE7-8 fallback
authorMark Otto <markotto@twitter.com>
Sun, 22 Jul 2012 21:31:39 +0000 (14:31 -0700)
committerMark Otto <markotto@twitter.com>
Sun, 22 Jul 2012 21:31:39 +0000 (14:31 -0700)
less/dropdowns.less

index 1e4f33ff6b3cda6d4ef1ec4c55bdadec09552a3f..5f62d27f0424c5de157d651507935395a59011c7 100644 (file)
@@ -60,8 +60,8 @@
   margin: 1px 0 0; // override default ul
   list-style: none;
   background-color: @dropdownBackground;
-  border: 1px solid #ccc;
-  border: 1px solid rgba(0,0,0,.2);
+  border: 1px solid #ccc; // Fallback for IE7-8
+  border: 1px solid @dropdownBorder;
   *border-right-width: 2px;
   *border-bottom-width: 2px;
   .border-radius(6px);