Skip to content
Snippets Groups Projects
Commit 3f960621 authored by jojohoch's avatar jojohoch
Browse files

[player] Change highlight color for valid drop list

parent d27f871b
No related branches found
No related tags found
No related merge requests found
Pipeline #42964 passed
......@@ -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;}'
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment