From 6a78e0df15562e4260bce9c91c33aef7a2a22e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Wed, 13 Mar 2019 21:00:26 +0100 Subject: [PATCH] Fix background color of drag element in Drag and Drop code for the layer selector. With this commit Issue #8 is fixed. --- layer-selector/layer-selector-dnd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layer-selector/layer-selector-dnd.c b/layer-selector/layer-selector-dnd.c index dccfd20..d6e8891 100644 --- a/layer-selector/layer-selector-dnd.c +++ b/layer-selector/layer-selector-dnd.c @@ -193,8 +193,8 @@ static const char *dnd_additional_css = " border-bottom: 1px solid alpha(gray,0.5); " "}" ".row.drag-icon { " - " background: white; " - " border: 1px solid black; " + " background: #282828; " + " border: 1px solid blue; " "}" ".row.drag-row { " " color: gray; "