Merge pull request #800 from ONLYOFFICE/feature/pr15-fix-bug-49480

Feature/pr15 fix bug 49480
This commit is contained in:
maxkadushkin 2021-04-08 19:17:25 +03:00 committed by GitHub
commit e7933c9c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 3 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -265,11 +265,11 @@
}
.btn-edit {
background-position: -2px -233px;
background-position: -2px -232px;
}
.btn-delete {
background-position: -22px -233px;
background-position: -22px -232px;
}
.btn-accept {
@ -293,7 +293,7 @@
width: 7px;
height: 12px;
left: 6px;
top: -2px;
top: 0px;
}
&.comment-resolved {

View file

@ -1156,12 +1156,6 @@ define([
$('.doc-placeholder').remove();
this.appOptions.user.guest && this.appOptions.canRenameAnonymous && (Common.Utils.InternalSettings.get("guest-username")===null) && this.showRenameUserDialog();
$('#header-logo').children(0).click(function(e) {
e.stopImmediatePropagation();
Common.UI.Themes.toggleTheme();
// getComputedStyle(document.documentElement).getPropertyValue('--background-normal');
})
},
onLicenseChanged: function(params) {

View file

@ -877,12 +877,6 @@ define([
$('.doc-placeholder').remove();
this.appOptions.user.guest && this.appOptions.canRenameAnonymous && (Common.Utils.InternalSettings.get("guest-username")===null) && this.showRenameUserDialog();
$('#header-logo').children(0).click(function(e) {
e.stopImmediatePropagation();
Common.UI.Themes.toggleTheme();
})
},
onLicenseChanged: function(params) {

View file

@ -946,11 +946,6 @@ define([
Common.Gateway.documentReady();
if (this.appOptions.user.guest && this.appOptions.canRenameAnonymous && !this.appOptions.isEditDiagram && !this.appOptions.isEditMailMerge && (Common.Utils.InternalSettings.get("guest-username")===null))
this.showRenameUserDialog();
$('#header-logo').children(0).click(function(e) {
e.stopImmediatePropagation();
Common.UI.Themes.toggleTheme();
})
},
onLicenseChanged: function(params) {