From d9f47239daf9e80e93ad6b9ffb691a50aedb7414 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 23 Oct 2017 17:12:06 +0200 Subject: [PATCH] Properly add grey background for icons that do not have "white" in the name Signed-off-by: Morris Jobke --- _shared_assets/themes/nextcloud_com/static/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index 4610afb41..8f55a8c5c 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -1192,6 +1192,13 @@ li > dl > dt { height: 42px; margin: auto; } +#icons > blockquote > div > div a[href*='white'], +#icons > blockquote > div > div a[href*='/calendar.'], +#icons > blockquote > div > div a[href*='/caret.'], +#icons > blockquote > div > div a[href*='/contacts.'], +#icons > blockquote > div > div a[href*='/files1.'], +#icons > blockquote > div > div a[href*='/music.'], +#icons > blockquote > div > div a[href*='/picture.'], #icons > blockquote > div > div a[href*='white'] { background: #ddd; border-radius: 50%;