mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #4136: use @dropdownBorder var, but keep IE7-8 fallback
This commit is contained in:
parent
b9105b98f9
commit
5b8ff7061b
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue