themes: Add ListBox style to mimic the look of TreeView

This commit is contained in:
Ondřej Míchal 2025-06-12 15:43:46 +03:00 committed by Jehan
parent ce5efe29d6
commit 43de81fb25

View file

@ -60,6 +60,20 @@
border: 1px solid @stronger-border-color;
}
/* ListBox when used as a view. Selected items. */
.view row {
background-color: @extreme-bg-color;
color: @fg-color;
}
.view row:hover {
background-color: unset;
}
.view row:selected {
background-color: @extreme-selected-color;
}
/* Define color for drag and drop borders
* in Layer/Channel/Path dockables */
GimpDock .view:drop(active) {