From 3215f6451120d9e3801a809b9216648886fe2bf9 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 3 Aug 2016 01:25:16 +0200 Subject: [PATCH] Fixed not shown modified marker before select box. --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index e6f567366..ef8baa89f 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -4208,7 +4208,7 @@ footer { content: ""; position: absolute; top: 23px; - left: -16px; + left: -12px; bottom: 0; width: 3px; background: repeating-linear-gradient(45deg, hsl(193,18%,90%), hsl(193,18%,90%) 5px, transparent 5px, transparent 9px) repeat center;