Change Sheet app colors

pull/1/head
yflory 5 years ago
parent a56127daf4
commit 52e9d2c87a

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

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

Loading…
Cancel
Save