themes: Add ListBox style to mimic the look of TreeView
This commit is contained in:
parent
ce5efe29d6
commit
43de81fb25
1 changed files with 14 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue