From bc7a935dfb5c4166afaac7142673d61c02275d7d Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 5 Jan 2015 01:20:36 +0100 Subject: [PATCH] Fixed background color of the quote box --- wcfsetup/install/files/style/bbcode.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.20.1