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); "
"}"
".row.drag-icon { "
" background: white; "
" border: 1px solid black; "
" background: #282828; "
" border: 1px solid blue; "
"}"
".row.drag-row { "
" color: gray; "