From dc7284218b9ad411a1d6a3f118aa61754c5acac0 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 7 Apr 2025 12:21:32 +0200 Subject: [PATCH] FEAT added styles to hide element and custom button on editor and author profile --- resources/css/admin-style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index d6e4c1f..29cfb0b 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -677,3 +677,11 @@ select[data-enpassusermodified='yes'] { @apply hidden; } } + +/* ----------------------------------------------------------- + Admin styles + -----------------------------------------------------------*/ +/* Masquer le lien "Mes sites" dans le menu */ +li a[href='my-sites.php'] { + @apply !hidden; +}