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

@ -133,7 +133,7 @@
@colortheme_ooslide-color: #FFF;
@colortheme_ooslide-warn: #cd2532;
@colortheme_oocell-bg: #7e983f;
@colortheme_oocell-bg: #40865c;
@colortheme_oocell-color: #FFF;
@colortheme_oocell-warn: #cd2532;

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 () {