[PE] fix bug 50284
This commit is contained in:
parent
a166cf858c
commit
00b8e67c68
|
@ -201,7 +201,7 @@
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: rgb(226, 226, 226);
|
||||
background: @canvas-background;
|
||||
|
||||
.slide-h {
|
||||
display: flex;
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
// Skeleton of workbook
|
||||
|
||||
.doc-placeholder {
|
||||
background: #fbfbfb;
|
||||
background: @canvas-content-background;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
Loading…
Reference in a new issue