diff --git a/apps/common/main/lib/view/Chat.js b/apps/common/main/lib/view/Chat.js index c4ca52921a..3566d8d17d 100644 --- a/apps/common/main/lib/view/Chat.js +++ b/apps/common/main/lib/view/Chat.js @@ -77,7 +77,7 @@ define([ '
', '
<%=msg.get("usercolor")%><% } else { %> #cfcfcf <% } %>; " >
<%= scope.getUserName(msg.get("username")) %>', '
', - '', + '', '<% } %>', ''].join(''), diff --git a/apps/common/main/resources/less/chat.less b/apps/common/main/resources/less/chat.less index 900c8118e8..e11419c955 100644 --- a/apps/common/main/resources/less/chat.less +++ b/apps/common/main/resources/less/chat.less @@ -124,7 +124,9 @@ .message { word-wrap: break-word; width: 100%; - + &.user-select { + cursor: text; + } //&.service { // text-align: center; // color: #CECECE;