From 43de81fb25a5f6265e2d49bce0f12e40973fac2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20M=C3=ADchal?= Date: Thu, 12 Jun 2025 15:43:46 +0300 Subject: [PATCH] themes: Add ListBox style to mimic the look of TreeView --- themes/Default/common.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/Default/common.css b/themes/Default/common.css index 710781cbc6..71674d0794 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -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) {