From ff21951ea1ad5d6a0a61173e061de97c0335f3ba Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Thu, 21 Sep 2017 14:22:21 +0200 Subject: [PATCH] make the container/boundaries for the fieldset collapser more visible --- app/less/archetype.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/less/archetype.less b/app/less/archetype.less index b337078..2accba6 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -232,9 +232,9 @@ .archetypeCollapser { clear: both; height: 100%; - padding: 12px 0 0 20px; - background-color: #fff; - border-radius: 0 0 0 5px; + padding: 24px 20px 0 20px; + background-color: #fafafa; + border-top: 1px dashed #e0e0e0; line-height: 20px; form {