fix dropdown search

This commit is contained in:
Unknwon 2015-08-31 17:10:28 +09:00
parent 1ca257ad9f
commit ee3e0c3c49
4 changed files with 14 additions and 8 deletions

View file

@ -213,6 +213,12 @@ pre {
}
}
.scrolling.menu {
.item.selected {
font-weight: 700!important;
}
}
footer {
margin-top: @footer-margin+14px!important;
height: @footer-margin;