From: FirePanther Date: Thu, 26 Dec 2013 14:14:51 +0000 (+0100) Subject: added box-shadow for reddit X-Git-Tag: 2.0.4~18^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=677fb3fd19723893ec617676022f8a8661e24621;p=GitHub%2FWoltLab%2FWCF.git added box-shadow for reddit new preview: http://picul.de/NTe --- diff --git a/wcfsetup/install/files/style/message.less b/wcfsetup/install/files/style/message.less index 2a3847a1f2..f961d630f0 100644 --- a/wcfsetup/install/files/style/message.less +++ b/wcfsetup/install/files/style/message.less @@ -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); } } }