From 3f9606214330dc021c1356f33e4a12ffbb73d0fa Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Mon, 19 Dec 2022 10:48:10 +0100 Subject: [PATCH] [player] Change highlight color for valid drop list --- .../common/components/input-elements/drop-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common/components/input-elements/drop-list.component.ts b/projects/common/components/input-elements/drop-list.component.ts index 4a67442a1..d1e90a0d7 100644 --- a/projects/common/components/input-elements/drop-list.component.ts +++ b/projects/common/components/input-elements/drop-list.component.ts @@ -89,7 +89,7 @@ import { FormElementComponent } from '../../directives/form-element-component.di '.list-item {cursor: grab;}', '.list-item:active {cursor: grabbing}', '.show-as-placeholder {opacity: 0.5 !important; pointer-events: none;}', - '.highlight-valid-drop {background-color: lightblue !important;}', + '.highlight-valid-drop {background-color: #ccc !important;}', '.highlight-as-receiver {padding: 0; border: 2px solid;}', '.show-as-hidden {visibility: hidden;}' ] -- GitLab