added box-shadow for reddit
authorFirePanther <git@suat.be>
Thu, 26 Dec 2013 14:14:51 +0000 (15:14 +0100)
committerFirePanther <git@suat.be>
Thu, 26 Dec 2013 14:14:51 +0000 (15:14 +0100)
new preview: http://picul.de/NTe

wcfsetup/install/files/style/message.less

index 2a3847a1f23aecc2110f582a79f67ff45757c987..f961d630f09889bca998c178cb4b4e706048a5de 100644 (file)
@@ -870,6 +870,11 @@ li:nth-child(2n+1) .message {
                        width: 24px;
                        height: 24px;
                        margin: 0 4px 4px;
+                       box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
+                       border-radius: 3px;
+                       
+                       /* smooth fixes */
+                       background-color: rgba(255, 255, 255, .8);
                }
        }
 }