Skip to content
Snippets Groups Projects
Commit 596e88f0 authored by Dhawal Limbuwala's avatar Dhawal Limbuwala Committed by Aaron Bohy
Browse files

[FIX] mail: restore background color of notes in chatter

It had been removed by the new design of v11, but it is necessary
to easily make the distinction between internal notes and messages.
parent 57c4dd8b
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@
max-width: 100%;
word-wrap: break-word;
&.o_mail_note {
background-color: @odoo-color-silver-dark;
}
.o_mail_subject {
font-style: italic;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment