From 92c941dd690e52aadecf62b4e3f39a2ea2f4d366 Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Fri, 22 Oct 2021 16:48:47 +0200 Subject: [PATCH] [editor] Improve dynamic section style Less intrusive colors and border style. --- .../app/unit-view/page-view/canvas/section-dynamic.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/editor/src/app/unit-view/page-view/canvas/section-dynamic.component.ts b/projects/editor/src/app/unit-view/page-view/canvas/section-dynamic.component.ts index 9f489d7c3..ee42bead3 100644 --- a/projects/editor/src/app/unit-view/page-view/canvas/section-dynamic.component.ts +++ b/projects/editor/src/app/unit-view/page-view/canvas/section-dynamic.component.ts @@ -60,7 +60,7 @@ import { Section } from '../../../../../../common/models/section'; </div> `, styles: [ - '.grid-placeholder {border: 25px inset aliceblue; text-align: center;}' + '.grid-placeholder {border: 5px solid aliceblue; color: lightblue; text-align: center;}' ] }) export class SectionDynamicComponent { -- GitLab