diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-05-21 17:14:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 17:14:47 +0100 |
commit | c3b5b6fe0a536bd3ec0809ca12ad96502906c126 (patch) | |
tree | 495084067feaa4aed1bb3ad8e5c9b102bb8767ab | |
parent | bb8ac92aff2b60376dcd97977b1780e592b89d0b (diff) | |
parent | e6f264181a8b0aa306cbc8cf6f71e20b051abd3c (diff) | |
download | rspamd-c3b5b6fe0a536bd3ec0809ca12ad96502906c126.tar.gz rspamd-c3b5b6fe0a536bd3ec0809ca12ad96502906c126.zip |
Merge pull request #4490 from moisseev/webui
[Minor] Fix rows background coloring
-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 { |