From 478f8912af2284f1883f6994120fabb4cfe946f5 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 25 Mar 2016 10:29:07 +0100 Subject: [PATCH] Added chat-notice-message style for client url infos in agent chat client. --- app/assets/stylesheets/zammad.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 9d6217087..f6221d204 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7658,7 +7658,8 @@ output { left: 0; } -.chat-timestamp { +.chat-timestamp, +.chat-notice-message { font-size: 12px; color: hsl(10,5%,78%); margin-bottom: 4px;