From 8bb37da9215eefe13d03b1c5ac0985d20c03cdfa Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 8 Jun 2012 14:06:37 +0200 Subject: [PATCH] Fixed CSS for collapsed messages --- wcfsetup/install/files/style/message.less | 2 +- wcfsetup/install/files/style/wbb.less | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index f1686bd454..8dd40390a3 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -332,7 +332,7 @@ li:nth-child(2n+1) .message { opacity: .7; padding: @wcfGapMedium @wcfGapLarge; - .boxShadow(0, 0, @wcfErrorBackgroundColor, 10px); + .boxShadow(0, 0, @wcfContainerBorderColor, 10px); .transition(opacity, .1s); &:hover { diff --git a/wcfsetup/install/files/style/wbb.less b/wcfsetup/install/files/style/wbb.less index f9cc6a3048..f4938b0376 100644 --- a/wcfsetup/install/files/style/wbb.less +++ b/wcfsetup/install/files/style/wbb.less @@ -313,6 +313,12 @@ width: 0px; } } + + .messageCollapsed { + &.wbbPostDeleted { + .boxShadow(0, 0, @wcfErrorBackgroundColor, 10px); + } + } } .wbbPostLoading { -- 2.20.1