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.
This commit is contained in:
Alx Sa 2025-07-17 20:07:40 +00:00
parent ae482fff97
commit 1b72774969

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