themes: Define GimpColorSelect button margin

Another addition to 9e277c39. The buttons in the
Color dock had incorrect margins, leading to some
buttons sticking out further than others.
This patch gives them a consistent definition of 2px
margins for both Default and System themes.
This commit is contained in:
Alx Sa 2026-03-18 02:15:46 +00:00
parent 71c3f29df8
commit 7b09835370

View file

@ -47,6 +47,10 @@ GimpDock GimpColorScales spinbutton entry {
padding-bottom: 2px;
}
GimpColorSelect button.radio {
margin-right: 0px;
}
GimpColorSelection ColorselCmyk {
padding: 2px 2px 2px 2px;
}