Skip to content

Commit

Permalink
Merge pull request #4490 from moisseev/webui
Browse files Browse the repository at this point in the history
[Minor] Fix rows background coloring
  • Loading branch information
vstakhov committed May 21, 2023
2 parents bb8ac92 + e6f2641 commit c3b5b6f
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 c3b5b6f

Please sign in to comment.