mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Ready to apply color to conversations
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user