Added hover blue

This commit is contained in:
laf
2015-05-03 14:54:16 +01:00
parent 774421bcf6
commit 99d5f13a0d

View File

@@ -1644,3 +1644,8 @@ tr.search:nth-child(odd) {
cursor: pointer; cursor: pointer;
cursor: hand; cursor: hand;
} }
.tt-suggestion:hover {
background-color: #0097CF;
color: #FFFFFF;
}