From 596e88f05d928d443732e9895b5e8a446b2a42b4 Mon Sep 17 00:00:00 2001 From: Dhawal Limbuwala <dli@odoo.com> Date: Wed, 6 Sep 2017 12:53:34 +0530 Subject: [PATCH] [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. --- addons/mail/static/src/less/thread.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/mail/static/src/less/thread.less b/addons/mail/static/src/less/thread.less index 03bb984599a9..f18643dde417 100644 --- a/addons/mail/static/src/less/thread.less +++ b/addons/mail/static/src/less/thread.less @@ -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; } -- GitLab