mirror of https://github.com/GNOME/gimp.git
themes: fix the toolbox button selector, remove special style
Thanks to Sergey Bugaev on IRC.
This commit is contained in:
parent
8d66e7eaa1
commit
c42baf6676
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue