WIP: Vendoo 1.44.0 – UX Foundation & Guided Workspaces #29
@@ -283,16 +283,28 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#templates .ux-template-editor-open .ux-template-toolbar,
|
||||
#templates .ux-template-editor-open #template-list,
|
||||
#templates .ux-template-editor-open .ux-template-metrics {
|
||||
#templates.ux-template-editor-open .ux-template-toolbar,
|
||||
#templates.ux-template-editor-open #template-list,
|
||||
#templates.ux-template-editor-open .ux-template-metrics,
|
||||
#templates.ux-template-editor-open .ux-template-primary-action {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#templates .ux-template-list-open #template-form {
|
||||
#templates.ux-template-list-open #template-form {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#templates.ux-template-no-results #template-list::after {
|
||||
content: 'Keine Vorlage passt zu den gewählten Filtern.';
|
||||
display: block;
|
||||
grid-column: 1 / -1;
|
||||
padding: 28px;
|
||||
border: 1px dashed var(--vd-color-border, var(--border));
|
||||
border-radius: 14px;
|
||||
color: var(--vd-color-text-muted, var(--text-muted));
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#templates #template-form.ux-template-form,
|
||||
#templates #template-form {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user