From 45ab5b73960f368cac939ab23ee9087d6eee043f Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Thu, 17 Jul 2025 20:07:40 +0000 Subject: [PATCH] themes: Reduce scope of 2bbe1958 changes 2bbe1958 also added outlines to labels in the color selector, which was not intended. This patch reduces the scope of the style change to prevent this. (cherry picked from commit 1b72774969532b734e0de9e343a444bdc294e2c7) --- themes/Default/common.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/themes/Default/common.css b/themes/Default/common.css index faf0280ce4..f9b9da98dc 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -671,8 +671,12 @@ border { } /* The border around frames in dialogs */ -dialog .frame { - border: 1px solid @border-color; +dialog notebook.frame { + border: 1px solid @border-color; +} + +GimpColorNotebook notebook.frame { + border-width: 0px; } /* The border around GimpOffsetArea frame in resize dialogs */