diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-05-21 18:18:43 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-05-21 18:18:43 +0300 |
commit | e6f264181a8b0aa306cbc8cf6f71e20b051abd3c (patch) | |
tree | e9aff88cab3d17eb66828334cd85ca21076f9ae3 /interface | |
parent | bb523447cb1233a3f2267b655da9a5033c29e384 (diff) | |
download | rspamd-e6f264181a8b0aa306cbc8cf6f71e20b051abd3c.tar.gz rspamd-e6f264181a8b0aa306cbc8cf6f71e20b051abd3c.zip |
[Minor] Fix rows background coloring
of the Bayesian statistics table
Diffstat (limited to 'interface')
-rw-r--r-- | interface/css/rspamd.css | 4 |
1 files 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 { |