mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +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::after,
 | 
				
			||||||
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text::before {
 | 
					.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 {
 | 
					.big-box-conversation .direct-chat-msg.curruser .direct-chat-text {
 | 
				
			||||||
	background: #3c8dbc;
 | 
						background: var(--primary-blue);
 | 
				
			||||||
	border-color: #3c8dbc;
 | 
						border-color: var(--primary-blue);
 | 
				
			||||||
	color: white;
 | 
						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 {
 | 
					.big-box-conversation .direct-chat-text .message-img {
 | 
				
			||||||
	max-width: 100%;
 | 
						max-width: 100%;
 | 
				
			||||||
	max-height: 200px;
 | 
						max-height: 200px;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user