From: Alexander Ebert Date: Fri, 8 Jun 2012 12:06:37 +0000 (+0200) Subject: Fixed CSS for collapsed messages X-Git-Tag: 2.0.0_Beta_1~1007^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8bb37da9215eefe13d03b1c5ac0985d20c03cdfa;p=GitHub%2FWoltLab%2FWCF.git Fixed CSS for collapsed messages --- 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 {