From 4f078c2d2728b58161949a4e0c13756206fb4b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 15 Oct 2017 18:36:52 +0200 Subject: [PATCH] Shadow on icons hover MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- _shared_assets/themes/nextcloud_com/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index 770dc40ad..4dbd8ec98 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -1180,8 +1180,12 @@ li > dl > dt { text-align: center; flex: 10%; } +#icons > blockquote > div > div:hover img { + filter: drop-shadow(0 0 10px black); +} #icons > blockquote > div img { margin: 10px; + transition: filter 100ms ease-in-out; } #icons > blockquote > div p { font-size: inherit;