Merge branch 'toolbarUI' of github.com:xwiki-labs/cryptpad into toolbarUI
commit
03ba45dd77
|
@ -145,15 +145,15 @@
|
|||
@colortheme_kanban-color: #000;
|
||||
@colortheme_kanban-warn: #e6385d;
|
||||
|
||||
@colortheme_admin-bg: #7c0404;
|
||||
@colortheme_admin-bg: #0087ff;
|
||||
@colortheme_admin-color: #FFF;
|
||||
@colortheme_admin-warn: #ffae00;
|
||||
|
||||
@colortheme_notifications-bg: #4ae397;
|
||||
@colortheme_notifications-bg: #0087ff;
|
||||
@colortheme_notifications-color: #000;
|
||||
@colortheme_notifications-warn: #e34a85;
|
||||
|
||||
@colortheme_support-bg: #42d1f4;
|
||||
@colortheme_support-bg: #0087ff;
|
||||
@colortheme_support-color: #000;
|
||||
@colortheme_support-warn: #9A37F7;
|
||||
|
||||
|
|
|
@ -3004,7 +3004,7 @@ define([
|
|||
APP.$collapseButton = APP.$collapseButton || common.createButton('', true, {
|
||||
text: Messages.drive_treeButton,
|
||||
name: 'files',
|
||||
icon: 'fa-sitemap',
|
||||
icon: 'fa-hdd-o',
|
||||
drawer: false,
|
||||
});
|
||||
checkCollapseButton();
|
||||
|
|
Loading…
Reference in New Issue