Commit 5b8ff706 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #4136: use @dropdownBorder var, but keep IE7-8 fallback

parent b9105b98
7 merge requests!4427Use variable for desktop media query,!4258Aria,!4248Amended mentions of 'javascript' to the correct 'JavaScript',!4235Patch 1,!4232Fixing the modal z-index issue + make modal stacking possible,!42132.1.0 wip,!4165Patch 2
Showing with 2 additions and 2 deletions
+2 -2
...@@ -60,8 +60,8 @@ ...@@ -60,8 +60,8 @@
margin: 1px 0 0; // override default ul margin: 1px 0 0; // override default ul
list-style: none; list-style: none;
background-color: @dropdownBackground; background-color: @dropdownBackground;
border: 1px solid #ccc; border: 1px solid #ccc; // Fallback for IE7-8
border: 1px solid rgba(0,0,0,.2); border: 1px solid @dropdownBorder;
*border-right-width: 2px; *border-right-width: 2px;
*border-bottom-width: 2px; *border-bottom-width: 2px;
.border-radius(6px); .border-radius(6px);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment