diff --git a/html/css/styles.css b/html/css/styles.css
index 9168f9e75..efd359db8 100644
--- a/html/css/styles.css
+++ b/html/css/styles.css
@@ -1642,10 +1642,14 @@ tr.search:nth-child(odd) {
.tt-selectable {
cursor: pointer;
- cursor: hand;
+}
+
+.tt-suggestion:hover a {
+ color: #ffffff !important;
}
.tt-suggestion:hover {
background-color: #0097CF;
color: #FFFFFF;
}
+