Cleaned up a bunch of code, and reimplemented navigating through results with arrowkeys

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-21 21:39:11 +02:00
parent 6041dd245a
commit 91fb7b2bc3
7 changed files with 285 additions and 302 deletions

View File

@@ -12,6 +12,7 @@
#toast-container{
left:2% !important;
pointer-events:none;
}
::-webkit-scrollbar-track
@@ -563,9 +564,10 @@ ul #chat-log{
max-height: 600px;
overflow: overlay;
}
.result:hover {
.result:hover, .hoverResults {
background-color: rgba(0,0,0,0.4);
}
.search-title{
height: 40px;
}