From 49dec8d9225825b0a1cf1ea722d3d2f303862e06 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 28 Sep 2015 17:05:37 +0200 Subject: [PATCH] CSS: Only hover tr in tbody for action-table refs #5543 --- public/css/icinga/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/main.less b/public/css/icinga/main.less index 4439f96ac2..20bdd99e08 100644 --- a/public/css/icinga/main.less +++ b/public/css/icinga/main.less @@ -5,7 +5,7 @@ } .action-table { - tr { + tbody tr { &.active { background-color: @gray-lighter; }