Change Sheet app colors

This commit is contained in:
yflory
2020-01-20 15:33:32 +01:00
parent a56127daf4
commit 52e9d2c87a
2 changed files with 2 additions and 2 deletions

View File

@@ -747,7 +747,7 @@ define([
'#file-menu-panel .devider { display: none !important; }' + // separator in the "File" menu
'#file-menu-panel { top: 28px !important; }' + // Position of the "File" menu
'#left-btn-spellcheck, #left-btn-about { display: none !important; }'+
'';
'div.btn-users.dropdown-toggle { display: none; !important }';
$('<style>').text(css).appendTo($tb);
if (UI.findOKButton().length) {
UI.findOKButton().on('focusout', function () {