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:
		| @@ -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; " | ||||
|   | ||||
		Reference in New Issue
	
	Block a user