mirror of https://github.com/GNOME/gimp.git
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:
parent
31218e69da
commit
03b6e5fe16
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue