From: Marcel Werk Date: Mon, 5 Jan 2015 00:20:36 +0000 (+0100) Subject: Fixed background color of the quote box X-Git-Tag: 2.1.0_Beta_3~37 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bc7a935dfb5c4166afaac7142673d61c02275d7d;p=GitHub%2FWoltLab%2FWCF.git Fixed background color of the quote box --- diff --git a/wcfsetup/install/files/style/bbcode.less b/wcfsetup/install/files/style/bbcode.less index c4ddc32999..36e64c909c 100644 --- a/wcfsetup/install/files/style/bbcode.less +++ b/wcfsetup/install/files/style/bbcode.less @@ -220,7 +220,6 @@ html[dir='rtl'] { /* Quote Box */ .quoteBox { - background-color: @wcfContentBackgroundColor; min-height: 28px; position: relative; @@ -232,6 +231,10 @@ html[dir='rtl'] { padding-left: 54px; } + &.container { + background-color: @wcfContentBackgroundColor; + } + > header { padding-bottom: @wcfGapTiny; border-bottom: 1px dotted @wcfContainerBorderColor;