私人空间与公共空间

Dear,

I’m looking for a visual way of distingue between private and public space when the user is editing a message.

For exemple, have a specific theme when I’m editing a direct and private message.

Thanks,

2 个赞

To give users a stronger visual indication that they are looking at a private message, you can add some CSS, like this:

/* Private message colors */
.private_message .title-wrapper, .private_message .topic-status-info {
    background: #c4fcb3;
}
4 个赞

Thanks ! I will check with our administrator to have such CSS installed.

1 个赞

Change color of personal messages or Personal Message Bubbles might help. You can search for theme

4 个赞

英雄所见略同!:raising_hands: 在本次发布中,公共话题和私有话题之间的视觉区分更加明显。

2 个赞