FEAT added styles to hidden element and custom button on editor and author profile
This commit is contained in:
parent
d41ec9fa73
commit
b1cac05b3c
|
|
@ -602,7 +602,10 @@ select[data-enpassusermodified='yes'] {
|
||||||
#submitdiv .handle-order-higher,
|
#submitdiv .handle-order-higher,
|
||||||
#submitdiv .handle-order-lower,
|
#submitdiv .handle-order-lower,
|
||||||
#submitdiv #preview-action,
|
#submitdiv #preview-action,
|
||||||
#footer-left {
|
#footer-left,
|
||||||
|
.tablenav .bulkactions,
|
||||||
|
.check-column,
|
||||||
|
.row-actions {
|
||||||
@apply !hidden;
|
@apply !hidden;
|
||||||
}
|
}
|
||||||
.post-type-artisans #post-body {
|
.post-type-artisans #post-body {
|
||||||
|
|
@ -610,6 +613,16 @@ select[data-enpassusermodified='yes'] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.role-conseiller {
|
||||||
|
#menu-media,
|
||||||
|
#menu-tools,
|
||||||
|
#toplevel_page_edit-tags-taxonomy-metiers-post_type-artisans,
|
||||||
|
#toplevel_page_edit-tags-taxonomy-elementsbatiments-post_type-artisans,
|
||||||
|
li a[href='my-sites.php'] {
|
||||||
|
@apply !hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.subsubsub .mine,
|
.subsubsub .mine,
|
||||||
.subsubsub .pillar_content {
|
.subsubsub .pillar_content {
|
||||||
@apply hidden;
|
@apply hidden;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user