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); "
|
" 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; "
|
||||||
|
Loading…
Reference in New Issue
Block a user