From: moisseev Date: Sun, 21 May 2023 15:18:43 +0000 (+0300) Subject: [Minor] Fix rows background coloring X-Git-Tag: 3.6~104^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e6f264181a8b0aa306cbc8cf6f71e20b051abd3c;p=rspamd.git [Minor] Fix rows background coloring of the Bayesian statistics table --- 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 {