mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00: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:
parent
31218e69da
commit
03b6e5fe16
1 changed files with 7 additions and 0 deletions
|
@ -59,6 +59,13 @@
|
||||||
border: 1px solid @stronger-border-color;
|
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
|
/* Define the mouse-over color for the path
|
||||||
* buttons in the various file dialogs.
|
* buttons in the various file dialogs.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue