Skip to content

Commit

Permalink
Change .dropdown-menu border property to use the @dropdownBorder vari…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
vickash committed Jul 22, 2012
1 parent 857b8fb commit d679d64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions less/dropdowns.less
Expand Up @@ -53,8 +53,7 @@
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 @dropdownBorder;
*border-right-width: 2px;
*border-bottom-width: 2px;
.border-radius(5px);
Expand Down

0 comments on commit d679d64

Please sign in to comment.