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 1b72774969)
This commit is contained in:
Alx Sa 2025-07-17 20:07:40 +00:00 committed by Jehan
parent 44ca94a234
commit 45ab5b7396

View file

@ -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 */