Merge branch 'release/1.1.3'

master
Michael Rose 2013-10-11 11:43:21 -04:00
commit 13eefd7fa0
1 changed files with 7 additions and 0 deletions

View File

@ -344,4 +344,11 @@ All this is done for any sub-level being entered.
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
background: @comp-color;
}
// Fix for IE
.dl-menu li {
display: none
}
.dl-menuopen li {
display: block
}