mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Hide preview in other areas of the cms outside of pages
This commit is contained in:
parent
e7829eb974
commit
4a45793af9
4
admin/client/dist/styles/bundle.css
vendored
4
admin/client/dist/styles/bundle.css
vendored
@ -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%;
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user