commit e6f2641: [Minor] Fix rows background coloring
moisseev
moiseev at mezonplus.ru
Sun May 21 16:21:03 UTC 2023
Author: moisseev
Date: 2023-05-21 18:18:43 +0300
URL: https://github.com/rspamd/rspamd/commit/e6f264181a8b0aa306cbc8cf6f71e20b051abd3c (refs/pull/4490/head)
[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 {
More information about the Commits
mailing list