From d1d8a0ad6de160b9ae31fd862193423e35c5dc20 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Wed, 13 May 2020 15:07:19 +0200 Subject: [PATCH] gritter: remove close button added by external plugin We now already have a functional close button --- src/static/skins/colibris/src/components/gritter.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/static/skins/colibris/src/components/gritter.css b/src/static/skins/colibris/src/components/gritter.css index af83d826..e612c4d4 100644 --- a/src/static/skins/colibris/src/components/gritter.css +++ b/src/static/skins/colibris/src/components/gritter.css @@ -62,4 +62,9 @@ .gritter-item.popup.popup-show > .popup-content { transform: scale(1) translateY(0) !important; transition: all 0.4s cubic-bezier(0.74, -0.05, 0.27, 1.75) !important; -} \ No newline at end of file +} + +/* for ep_deleted_after_delay */ +.gritter-item #close_expiration_notif { + display: none; +}