Fix background color of drag element in Drag and Drop code for the layer

selector.

With this commit Issue #8 is fixed.
This commit is contained in:
Mario Hüttel 2019-03-13 21:00:26 +01:00
parent 1e6d0bd1b9
commit 6a78e0df15
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ static const char *dnd_additional_css =
" border-bottom: 1px solid alpha(gray,0.5); " " border-bottom: 1px solid alpha(gray,0.5); "
"}" "}"
".row.drag-icon { " ".row.drag-icon { "
" background: white; " " background: #282828; "
" border: 1px solid black; " " border: 1px solid blue; "
"}" "}"
".row.drag-row { " ".row.drag-row { "
" color: gray; " " color: gray; "