1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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;