diff --git a/apps/common/main/resources/less/toolbar.less b/apps/common/main/resources/less/toolbar.less index 8ef06f74f6..df56fed54b 100644 --- a/apps/common/main/resources/less/toolbar.less +++ b/apps/common/main/resources/less/toolbar.less @@ -257,6 +257,21 @@ } } + .toolbar-mask { + position: absolute; + top: 32px; + left: 48px; + right: 0; + bottom: 0; + opacity: 0; + background-color: @gray-light; + /* z-index: @zindex-tooltip + 1; */ + } + + &.toolbar-view .toolbar-mask{ + left: 0; + } + .top-title > & { &:not(.folded) { height: 28 + @height-controls; @@ -277,6 +292,10 @@ .box-tabs { height: 28px; } + + .toolbar-mask { + left: 0; + } } } diff --git a/apps/documenteditor/main/app/template/ToolbarView.template b/apps/documenteditor/main/app/template/ToolbarView.template index e92b7992b4..ff388fce36 100644 --- a/apps/documenteditor/main/app/template/ToolbarView.template +++ b/apps/documenteditor/main/app/template/ToolbarView.template @@ -1,4 +1,4 @@ -