From b7f0eb2c3f4bf6ed080509cbcae501beb1674b48 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 16 Nov 2015 14:53:53 +0100 Subject: [PATCH] chat client: fix css --- public/assets/chat/chat.css | 4 ++-- public/assets/chat/chat.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/assets/chat/chat.css b/public/assets/chat/chat.css index bfaa7252e..2c329ddf0 100644 --- a/public/assets/chat/chat.css +++ b/public/assets/chat/chat.css @@ -91,7 +91,7 @@ padding: 0 0.7em; border-radius: 1em; background: rgba(0, 0, 0, 0.1); - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04); } + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; } .zammad-chat-agent-status:before { content: ""; @@ -103,7 +103,7 @@ position: relative; margin-right: 0.3em; vertical-align: middle; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04); } + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset; } .zammad-chat-agent-status[data-status="online"]:before { background: #52c782; } diff --git a/public/assets/chat/chat.scss b/public/assets/chat/chat.scss index e807066ab..d9eb5daac 100644 --- a/public/assets/chat/chat.scss +++ b/public/assets/chat/chat.scss @@ -105,7 +105,7 @@ padding: 0 .7em; border-radius: 1em; background: rgba(0,0,0,.1); - box-shadow: 0 0 0 1px rgba(0,0,0,.04); + box-shadow: 0 0 0 1px rgba(0,0,0,.04) inset; } .zammad-chat-agent-status:before { @@ -118,7 +118,7 @@ position: relative; margin-right: 0.3em; vertical-align: middle; - box-shadow: 0 0 0 1px rgba(0,0,0,.04); + box-shadow: 0 0 0 1px rgba(0,0,0,.04) inset; } .zammad-chat-agent-status[data-status="online"]:before {