From d7bdc5980120e7662f38c825d5f474def0cce022 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 28 May 2015 14:25:36 +0200 Subject: [PATCH] Don't change the status text's color for ok/up on hover fixes #8934 --- public/css/icinga/monitoring-colors.less | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/icinga/monitoring-colors.less b/public/css/icinga/monitoring-colors.less index 2b2b70b27..7f1499f02 100644 --- a/public/css/icinga/monitoring-colors.less +++ b/public/css/icinga/monitoring-colors.less @@ -191,7 +191,6 @@ tr[href]:hover { } tr.state[href]:hover td.state { - color: white; background-color: #eee; }