themes: fix the toolbox button selector, remove special style

Thanks to Sergey Bugaev on IRC.
This commit is contained in:
Michael Natterer 2018-06-13 15:38:12 +02:00
parent 8d66e7eaa1
commit c42baf6676
1 changed files with 2 additions and 9 deletions

View File

@ -53,19 +53,12 @@ GimpDock notebook tab {
padding: 0 0 0 0;
}
GimpDock :not(toolpalette) button,
GimpDock :not(toolbutton) > button,
GimpOverlayDialog button,
GimpToolDialog :not(headerbar) button {
padding: 0px 2px 0px 2px;
}
/* the above "GimpDock :not(toolpalette) button" doesn't work, so set
* the tool button style explicitly
*/
GimpDock toolpalette button {
padding: 4px 4px 4px 4px;
}
GimpToolDialog headerbar {
min-height: 0;
}
@ -97,7 +90,7 @@ GimpDock frame {
-GimpFrame-label-spacing: 2;
}
GimpDisplayShell grid>button {
GimpDisplayShell grid > button {
min-height: 0;
min-width: 0;
padding: 0 0 0 0;