1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-23 02:46:22 +00:00

Use correct SL color for the chat textarea.

This commit is contained in:
Paulo Reis 2017-12-14 10:37:11 +00:00
parent 907654747b
commit d5c000d761

View file

@ -933,7 +933,7 @@
@chat-message-name-color : @gray-light;
@chat-message-box-shadow : -1px 2px 3px #ddd;
@chat-message-border-radius : 0;
@chat-new-message-bg : @gray-light;
@chat-new-message-bg : @gray-lightest;
@chat-new-message-textarea-bg : #FFF;
@chat-new-message-textarea-color : @gray-dark;