themes: Reduce scope of 2bbe1958 changes
2bbe1958also 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 commit1b72774969)
This commit is contained in:
parent
44ca94a234
commit
45ab5b7396
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