diff --git a/src/definitions/elements/header.less b/src/definitions/elements/header.less index 645348c82..9c8b6522c 100755 --- a/src/definitions/elements/header.less +++ b/src/definitions/elements/header.less @@ -478,18 +478,19 @@ a.ui.inverted.yellow.header:hover { padding: @attachedVerticalPadding @attachedHorizontalPadding; margin-left: @attachedOffset; margin-right: @attachedOffset; -} -.ui.attached.header, -.ui.attached.block.header { box-shadow: @attachedBoxShadow; border: @attachedBorder; } +.ui.attached.block.header { + background: @blockBackground; +} .ui.attached:not(.top):not(.bottom).header { margin-top: 0em; margin-bottom: 0em; border-top: none; border-bottom: none; + border-radius: 0em; } .ui.top.attached.header { margin-bottom: 0em;