refining admin menu styles to simplify

This commit is contained in:
Antoine M 2025-03-04 16:16:12 +01:00
parent 002b10ab7c
commit 464ec01f2b

View File

@ -217,13 +217,33 @@ body.post-type-artisans {
font-size: revert;
}
}
#menu-pages,
#menu-media {
@apply !py-1;
/* ------------------------------------
ADMIN MENU REORGANISATION AND ASPECT
------------------------------------*/
#toplevel_page_export_datas {
@apply !py-2;
border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}
#menu-users {
@apply !py-2;
border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}
#menu-pages,
#menu-media {
/* @apply !py-1; */
/* border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important; */
}
#menu-pages {
border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
@apply !pt-2;
/* border-top: 1px solid rgba(255, 255, 255, 0.15) !important; */
}
#toplevel_page_tm-menu-main {
@apply hidden;
}
#menu-pages + .wp-menu-separator {