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:
parent
1e6d0bd1b9
commit
6a78e0df15
@ -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; "
|
||||
|
Loading…
Reference in New Issue
Block a user