ComunicWeb/assets/css/components/conversations/unreadDropdown.css

14 lines
221 B
CSS
Raw Normal View History

2018-03-03 12:52:25 +00:00
/**
* Unread conversations dropdown stylesheet
*
* @author Pierre HUBERT
*/
.no-unread-conversation-msg {
padding: 20px;
}
.new-conversations-dropdown .message-content {
white-space: normal;
font-style: italic;
2018-03-03 12:52:25 +00:00
}