mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
14 lines
221 B
CSS
14 lines
221 B
CSS
/**
|
|
* Unread conversations dropdown stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.no-unread-conversation-msg {
|
|
padding: 20px;
|
|
}
|
|
|
|
.new-conversations-dropdown .message-content {
|
|
white-space: normal;
|
|
font-style: italic;
|
|
} |