mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_responsive: public message chatter color
We give a color clue to the users so they can better tell if they're sending an internal note or a public message. Dislaimer: we use the `has()` pseudo class mainly because is simpler to implement and the support is quite extended right now. Even Firefox will catch up soon (now it has support behing a config flag). So users with compatible browser will enjoy it, while others will just stay as they were. TT44953
This commit is contained in:
@@ -6,3 +6,4 @@
|
||||
* Mathias Markl <mathias.markl@mukit.at>
|
||||
* Iván Todorovich <ivan.todorovich@gmail.com>
|
||||
* Sergey Shebanin <sergey@shebanin.ru>
|
||||
* David Vidal <david.vidal@tecnativa.com>
|
||||
|
||||
@@ -116,3 +116,8 @@ This module adds responsiveness to web backend.
|
||||
width preview clicking on the new maximize button.
|
||||
|
||||
.. image:: ../static/img/document_viewer.gif
|
||||
|
||||
* When the user chooses to send a public message the color of the composer is different
|
||||
from the one when the message is an internal log.
|
||||
|
||||
.. image:: ../static/img/chatter-colors.gif
|
||||
|
||||
Reference in New Issue
Block a user