themes: reimplementing previous reverted commit as CSS.
Styling should be implemented as theme, as much as possible, to make it easily to revert through third-party themes when someone needs to.
This commit is contained in:
parent
e607efa99a
commit
240160f393
1 changed files with 7 additions and 0 deletions
|
|
@ -78,6 +78,13 @@ GimpTextStyleEditor button {
|
|||
padding: 0px 2px 0px 2px;
|
||||
}
|
||||
|
||||
GimpDock :not(toolbutton) > button + button,
|
||||
GimpOverlayDialog button + button,
|
||||
GimpToolDialog :not(headerbar) button + button,
|
||||
GimpTextStyleEditor button + button {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
GimpToolDialog headerbar {
|
||||
min-height: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue