diff --git a/app/assets/javascripts/app/views/customer_chat/index.jst.eco b/app/assets/javascripts/app/views/customer_chat/index.jst.eco index a4bf64fce..9df64237a 100644 --- a/app/assets/javascripts/app/views/customer_chat/index.jst.eco +++ b/app/assets/javascripts/app/views/customer_chat/index.jst.eco @@ -6,13 +6,13 @@
- <%- @T('Waiting Customers') %> + <%- @T('Waiting Customers') %>
<%- @Icon('arrow-down') %>
- <%- @T('Chatting Customers') %> + <%- @T('Chatting Customers') %>
<%- @Icon('arrow-down') %>
- <%- @T('Active Agents') %> + <%- @T('Active Agents') %>
<%- @Icon('arrow-down') %>
diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 0437bcd67..b7c53cb41 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -700,12 +700,22 @@ pre code.hljs { .badge { background: hsla(210,50%,10%,.24); } + + .info-arrow { + margin: -8px -10px -6px 0; + padding: 8px 10px 7px 3px; + } } @keyframes pulsate { to { filter: brightness(1.2); } } +.info-arrow { + display: inline-block; + cursor: pointer; +} + .badge { display: inline-block; min-width: 18px;