Better keyboard handling and show score on results
This commit is contained in:
parent
951b0cbab8
commit
55a2c54ab6
3 changed files with 13 additions and 3 deletions
|
@ -156,9 +156,13 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.header-bar-element .search-results li a {
|
||||
color: black;
|
||||
text-decoration: none !important;
|
||||
.header-bar-element .search-results li .score:before {
|
||||
content: "Score: ";
|
||||
}
|
||||
|
||||
.header-bar-element .search-results li .score {
|
||||
float: right;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.header-bar-element .search-results li .result-name {
|
||||
|
|
Reference in a new issue