[SSE] Bug 46767
This commit is contained in:
parent
dc5268069e
commit
d8a24b96c0
|
@ -250,7 +250,7 @@ define([
|
|||
var islocked = this.statusbar.tabbar.hasClass('coauth-locked'),
|
||||
currentIdx = this.api.asc_getActiveWorksheetIndex();
|
||||
this.statusbar.btnAddWorksheet.setDisabled(islocked || this.api.isCellEdited || mode!=Asc.c_oAscSelectionDialogType.None);
|
||||
this.statusbar.btnSheetList[mode != Asc.c_oAscSelectionDialogType.None ? 'addClass' : 'removeClass']('disabled');
|
||||
this.statusbar.btnSheetList[mode==Asc.c_oAscSelectionDialogType.FormatTable || mode==Asc.c_oAscSelectionDialogType.PrintTitles ? 'addClass' : 'removeClass']('disabled');
|
||||
|
||||
var item, i = this.statusbar.tabbar.getCount();
|
||||
while (i-- > 0) {
|
||||
|
|
|
@ -430,10 +430,12 @@
|
|||
}
|
||||
|
||||
&.masked #status-addtabs-box{
|
||||
button.disabled .btn-icon {
|
||||
background-position-x: 0px !important;
|
||||
button#status-btn-addtab {
|
||||
opacity: 0.4;
|
||||
&.disabled .btn-icon {
|
||||
background-position-x: 0px !important;
|
||||
}
|
||||
}
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue