Fixed CSS for collapsed messages
authorAlexander Ebert <ebert@woltlab.com>
Fri, 8 Jun 2012 12:06:37 +0000 (14:06 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 8 Jun 2012 12:06:37 +0000 (14:06 +0200)
wcfsetup/install/files/style/message.less
wcfsetup/install/files/style/wbb.less

index f1686bd4548676c77fd2c47b9fd543b732a086a9..8dd40390a3f2516533240bb75a1b2e9359009686 100644 (file)
@@ -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 {
index f9cc6a3048df2e6edee6234b8f6f46be084f04e2..f4938b037617f5a85e5cd88213f61ffef594923a 100644 (file)
                        width: 0px;
                }
        }
+       
+       .messageCollapsed {
+               &.wbbPostDeleted {
+                       .boxShadow(0, 0, @wcfErrorBackgroundColor, 10px);
+               }
+       }
 }
 
 .wbbPostLoading {