From fbbf0bd118eb34a3d23e09305845cf0d857e34b4 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 23 Sep 2015 11:12:56 +0200 Subject: [PATCH] CSS: Don't color normal links blue/petrol refs #5543 --- public/css/icinga/main-content.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index d0f182913d..54430ef606 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -21,9 +21,9 @@ pre.log-output { border: 1px solid #ddd; } -a { - color: #39a; -} +//a { +// color: #39a; +//} img.icon { width: 16px; @@ -188,7 +188,7 @@ table.alternating { /* HOVER colors */ - + tr[href]:hover { color: black; background-color: #DDDDDD;