Browse Source

[Minor] Fix rows background coloring

of the Bayesian statistics table
tags/3.6
moisseev 1 year ago
parent
commit
e6f264181a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      interface/css/rspamd.css

+ 2
- 2
interface/css/rspamd.css View 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 {

Loading…
Cancel
Save