diff --git a/themes/Default/common.css b/themes/Default/common.css index 0eadfd7080..11568f2a2c 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -59,6 +59,13 @@ border: 1px solid @stronger-border-color; } +/* Define color for drag and drop borders + * in Layer/Channel/Path dockables */ +GimpDock .view:drop(active) { + border-bottom-color: @dimmed-fg-color; + border-top-color: @dimmed-fg-color; +} + /* Define the mouse-over color for the path * buttons in the various file dialogs. */