themes: make the buttons in tool dialog header bars slightly larger again

but reduce the overall height of the headerbar.
This commit is contained in:
Michael Natterer 2018-06-11 12:46:24 +02:00
parent a00945d8ed
commit d5fb349e1b
1 changed files with 9 additions and 1 deletions

View File

@ -55,10 +55,18 @@ GimpDock notebook tab {
GimpDock button,
GimpOverlayDialog button,
GimpToolDialog button {
GimpToolDialog :not(headerbar) button {
padding: 0px 2px 0px 2px;
}
GimpToolDialog headerbar {
min-height: 0;
}
GimpToolDialog headerbar button {
padding: 2px 2px 2px 2px;
}
GimpDock entry,
GimpOverlayDialog entry,
GimpToolDialog entry {