Hide preview in other areas of the cms outside of pages

This commit is contained in:
Paul Clarke 2016-10-05 15:42:28 +13:00 committed by Damian Mooyman
parent e7829eb974
commit 4a45793af9
2 changed files with 8 additions and 0 deletions

View File

@ -12543,6 +12543,10 @@ li.class-ErrorPage>a .jstree-pageicon{
border-left:1px solid #ced3d9;
}
.cms-preview.blocked{
display:none;
}
.cms-preview .cms-preview-overlay{
width:100%;
height:100%;

View File

@ -234,6 +234,10 @@
background-color: $tab-panel-texture-color;
border-left: 1px solid $border-color-dark;
&.blocked {
display: none;
}
.cms-preview-overlay {
width: 100%;
height: 100%;