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:
parent
71c3f29df8
commit
7b09835370
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@ GimpDock GimpColorScales spinbutton entry {
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GimpColorSelect button.radio {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
GimpColorSelection ColorselCmyk {
|
GimpColorSelection ColorselCmyk {
|
||||||
padding: 2px 2px 2px 2px;
|
padding: 2px 2px 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue