themes: Define System theme style for GimpPivotSelector

Follow-up to ed1e71917b, removing the button offset the same
way as for Default theme.
This commit is contained in:
Anders Jonsson 2026-02-18 18:40:20 +01:00
parent 04f3030371
commit 139e23ab8b

View file

@ -115,6 +115,11 @@ spinbutton entry {
border-radius: 3px;
}
/* 9 button toggles on some transformation tools */
GimpPivotSelector .toggle {
margin-right: 0px;
}
GimpSpinScale entry {
/* Important: prevent overhigh spin scale */
min-height: 16px;