themes: Define color for tree dnd borders

This patch adds CSS styling to define the color of the
underline/overline when dragging an item in a layer tree.
This prevents a system theme leak and keeps the color consistent
with the current theme's coloring.
This commit is contained in:
Alx Sa 2024-12-31 11:30:04 -05:00
parent 31218e69da
commit 03b6e5fe16
1 changed files with 7 additions and 0 deletions

View File

@ -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.
*/