themes: Define radio ButtonBox margin-right
Adding on to 9e277c39. The Ink Options
blob shape enum was also affected - this
fixes the margins so that all radio buttons
in a vertical button box are visually the same
width.
This commit is contained in:
parent
d8d8e7a0e8
commit
8be2c6c00e
1 changed files with 1 additions and 0 deletions
|
|
@ -690,6 +690,7 @@ buttonbox.vertical button.radio
|
|||
border-top: 1px solid @edge-border-color;
|
||||
border-left: 1px solid @edge-border-color;
|
||||
border-right: 1px solid @edge-border-color;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
buttonbox.vertical button.radio:last-child
|
||||
|
|
|
|||
Loading…
Reference in a new issue