mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Ready to apply color to conversations
This commit is contained in:
parent
cc4518b4d6
commit
e32f114179
@ -42,15 +42,26 @@
|
||||
|
||||
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text::after,
|
||||
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text::before {
|
||||
border-right-color: #3c8dbc;
|
||||
border-right-color: var(--primary-blue);
|
||||
}
|
||||
|
||||
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text {
|
||||
background: #3c8dbc;
|
||||
border-color: #3c8dbc;
|
||||
background: var(--primary-blue);
|
||||
border-color: var(--primary-blue);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.big-box-conversation .btn-primary {
|
||||
border-color: var(--primary-blue);
|
||||
}
|
||||
|
||||
.big-box-conversation .btn-primary:hover {
|
||||
background-color: var(--primary-blue);
|
||||
border-color: var(--primary-blue);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.big-box-conversation .direct-chat-text .message-img {
|
||||
max-width: 100%;
|
||||
max-height: 200px;
|
||||
|
Loading…
Reference in New Issue
Block a user