Merge pull request #1122 from ONLYOFFICE/fix/theme-palette
Fix/theme palette
This commit is contained in:
commit
a7ec7f759b
|
@ -763,7 +763,7 @@ define([
|
|||
app.getController('DocumentHolder').getView().SetDisabled(disable);
|
||||
|
||||
if (this.appConfig.canReview) {
|
||||
app.getController('RightMenu').getView('RightMenu').clearSelection();
|
||||
disable && app.getController('RightMenu').getView('RightMenu').clearSelection();
|
||||
app.getController('RightMenu').SetDisabled(disable, false);
|
||||
app.getController('Statusbar').getView('Statusbar').SetDisabled(disable);
|
||||
app.getController('Navigation') && app.getController('Navigation').SetDisabled(disable);
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
a {
|
||||
padding: 0;
|
||||
margin: calc(1px - 1px / @pixel-ratio-factor);
|
||||
border: @scaled-one-px-value-ie solid @background-normal-ie;
|
||||
border: @scaled-one-px-value solid @background-normal;
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue