diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss index fd7fe37be59c7ad65f7494b902926af01fc3ab83..6334058b06319823da28d21ca12bb6b538424ca2 100644 --- a/src/stylesheet/widgets/_buttons.scss +++ b/src/stylesheet/widgets/_buttons.scss @@ -338,6 +338,14 @@ button.outline { } menubutton { + > button > box { + border-spacing: 6px; + } + + > button.arrow-button > box { + border-spacing: 3px; + } + &.osd { background: none; color: inherit;