+
<%- @T('more') %>
+ <%- @T('close details') %>
+
<% if article.from: %>
<% end %>
- <%- @T( 'From' ) %>
@@ -29,8 +31,8 @@
<%- article.html %>
-
+
<%- article.html %>
+ <%- @T( 'Kanal' ) %>
diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb
index 26dfcbb69..e5c4553ea 100644
--- a/app/assets/stylesheets/zzz.css.erb
+++ b/app/assets/stylesheets/zzz.css.erb
@@ -2440,6 +2440,12 @@ footer {
box-shadow: none;
}
+ .ticket-article-item .text-bubble.internal {
+ background: #f2def2;
+ border-color: #eed3d7;
+ box-shadow: none;
+ }
+
.new-article .text-bubble {
padding: 0;
border-color: #b3b3b3;
@@ -2486,7 +2492,7 @@ footer {
top: 15px;
overflow: hidden;
}
-
+
.bubble-arrow:after {
content: "";
position: absolute;
@@ -2500,6 +2506,11 @@ footer {
transform: rotate(-45deg);
}
+ .ticket-article-item .text-bubble.internal .bubble-arrow:after {
+ background: #f2def2;
+ border: #eed3d7;
+ }
+
.customer.ticket-article-item .bubble-arrow {
left: auto;
right: -6px;