From ea61890ddfbac0549a02e24aad9a404fa152d665 Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 3 May 2015 15:37:23 +0100 Subject: [PATCH] Changed font color --- html/css/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/css/styles.css b/html/css/styles.css index 9168f9e758..efd359db81 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; } +