From 677fb3fd19723893ec617676022f8a8661e24621 Mon Sep 17 00:00:00 2001 From: FirePanther Date: Thu, 26 Dec 2013 15:14:51 +0100 Subject: [PATCH] added box-shadow for reddit new preview: http://picul.de/NTe --- wcfsetup/install/files/style/message.less | 5 +++++ 1 file changed, 5 insertions(+) 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); } } } -- 2.20.1