mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
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:
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user