Skip to content

Commit

Permalink
[Minor] Fix rows background coloring
Browse files Browse the repository at this point in the history
of the Bayesian statistics table
  • Loading branch information
moisseev committed May 21, 2023
1 parent bb52344 commit e6f2641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/css/rspamd.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e6f2641

Please sign in to comment.