From 8c7244b90c9dc6f47147dfa33a00f5840ba8efa7 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 02:26:29 +0100 Subject: [PATCH] hide ms project in admin main menu --- stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index 32ce614..3849203 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -479,6 +479,10 @@ content: '\e824'; } /* '' */ +#admin-menu li:has(> a.microsoft-project-connector) { + display: none; +} + @media screen and (max-width: 899px) { .theme-Baupm #header { color: #999;