50 lines
1.0 KiB
CSS
50 lines
1.0 KiB
CSS
#menu-posts {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
|
|
.block-editor-block-inspector {
|
|
.block-editor-link-control,
|
|
.block-editor-url-input {
|
|
min-width: unset !important;
|
|
}
|
|
}
|
|
|
|
.editor-header__settings a:after {
|
|
@apply !hidden;
|
|
}
|
|
.interface-navigable-region,
|
|
.edit-post-header,
|
|
.editor-header__settings,
|
|
.interface-interface-skeleton__header {
|
|
a[target='_blank']:after {
|
|
content: none;
|
|
}
|
|
}
|
|
|
|
ul#adminmenu {
|
|
#menu-pages {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
padding-top: 10px !important;
|
|
}
|
|
|
|
#menu-media {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
padding-bottom: 10px !important;
|
|
}
|
|
#menu-media + li {
|
|
padding-top: 10px !important;
|
|
}
|
|
#menu-posts-equipe {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
padding-bottom: 10px !important;
|
|
}
|
|
|
|
#menu-posts-equipe + li {
|
|
padding-top: 10px !important;
|
|
}
|
|
|
|
li:has(+ #menu-pages) {
|
|
padding-bottom: 10px !important;
|
|
}
|
|
}
|