From 1571ec0a63050be3600cf3ee893482ea061feea2 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Wed, 30 Nov 2022 21:46:34 +0530 Subject: [PATCH] added class for snappymail --- core/css/server.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index b8d7e38d..8455f063 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1673,7 +1673,7 @@ .new-icons .contacts {background-image: url("../img/app-icons/Contacts.svg");} .new-icons .deck {background-image: url("../img/app-icons/Deck.svg");} .new-icons .docs {background-image: url("../img/app-icons/Docs.svg");} - .new-icons .email,.new-icons .rainloop {background-image: url("../img/app-icons/E-mail.svg");} + .new-icons .email,.new-icons .rainloop,.new-icons .snappymail {background-image: url("../img/app-icons/E-mail.svg");} .new-icons .gitlab {background-image: url("../img/app-icons/Gitlab.svg");} .new-icons .news {background-image: url("../img/app-icons/News.svg");} .new-icons .notes {background-image: url("../img/app-icons/Notes.svg");} -- GitLab