]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix rows background coloring 4490/head
authormoisseev <moiseev@mezonplus.ru>
Sun, 21 May 2023 15:18:43 +0000 (18:18 +0300)
committermoisseev <moiseev@mezonplus.ru>
Sun, 21 May 2023 15:18:43 +0000 (18:18 +0300)
of the Bayesian statistics table

interface/css/rspamd.css

index 913ba6aa68e9eba4b967bcef2beac7a562d7ae53..9ca5e366ba8a66d57a7d0b2fd52a24503931c43a 100644 (file)
@@ -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 {