diff options
Diffstat (limited to 'interface/css/rspamd.css')
-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 { |