From e57d2c6c56913b9fbf2f1984385e7fe610a36de5 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 23 Nov 2016 10:48:46 +0100 Subject: [PATCH] Minor UI fixes - article internal border overlap with folded-out details - article type border-radius when there is only one article type selectable --- app/assets/stylesheets/zammad.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 9974648c3..2db4636db 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -4406,6 +4406,7 @@ footer { .article-content { color: hsl(60,1%,34%); position: relative; + z-index: 1; padding: 0 55px; } @@ -4751,6 +4752,10 @@ footer { border-radius: 0 4px 4px 0; } + .pop-selectable:only-child { + border-radius: 4px; + } + .pop-selectable-icon { fill: hsl(231,3%,40%); }