Change Sheet app colors
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user