From e6f264181a8b0aa306cbc8cf6f71e20b051abd3c Mon Sep 17 00:00:00 2001 From: moisseev Date: Sun, 21 May 2023 18:18:43 +0300 Subject: [PATCH] [Minor] Fix rows background coloring of the Bayesian statistics table --- interface/css/rspamd.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 913ba6aa6..9ca5e366b 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -238,10 +238,10 @@ table#symbolsTable input[type="number"] { .symbol-default:hover { background-color: #e6e6e6; } -.symbol-negative { +.symbol-negative.symbol-negative { background-color: #eef9e7; } -.symbol-positive { +.symbol-positive.symbol-positive { background-color: #fbe9e5; } .symbol-special { -- 2.39.5