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:
parent
ae482fff97
commit
1b72774969
1 changed files with 6 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue