Merge branch 'toolbarUI' of github.com:xwiki-labs/cryptpad into toolbarUI

pull/1/head
yflory 5 years ago
commit 03ba45dd77

@ -145,15 +145,15 @@
@colortheme_kanban-color: #000; @colortheme_kanban-color: #000;
@colortheme_kanban-warn: #e6385d; @colortheme_kanban-warn: #e6385d;
@colortheme_admin-bg: #7c0404; @colortheme_admin-bg: #0087ff;
@colortheme_admin-color: #FFF; @colortheme_admin-color: #FFF;
@colortheme_admin-warn: #ffae00; @colortheme_admin-warn: #ffae00;
@colortheme_notifications-bg: #4ae397; @colortheme_notifications-bg: #0087ff;
@colortheme_notifications-color: #000; @colortheme_notifications-color: #000;
@colortheme_notifications-warn: #e34a85; @colortheme_notifications-warn: #e34a85;
@colortheme_support-bg: #42d1f4; @colortheme_support-bg: #0087ff;
@colortheme_support-color: #000; @colortheme_support-color: #000;
@colortheme_support-warn: #9A37F7; @colortheme_support-warn: #9A37F7;

@ -3004,7 +3004,7 @@ define([
APP.$collapseButton = APP.$collapseButton || common.createButton('', true, { APP.$collapseButton = APP.$collapseButton || common.createButton('', true, {
text: Messages.drive_treeButton, text: Messages.drive_treeButton,
name: 'files', name: 'files',
icon: 'fa-sitemap', icon: 'fa-hdd-o',
drawer: false, drawer: false,
}); });
checkCollapseButton(); checkCollapseButton();

Loading…
Cancel
Save