From e6112d27ee5ec778acd78941829a9645e9052761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 15 May 2020 13:09:56 +0100 Subject: [PATCH 1/2] change icons for files in drive --- www/common/drive-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 8147b50fb..1ae08f37c 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -3002,7 +3002,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(); From a023e847318cf43f533e26f8a8f2e7477349bf9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 15 May 2020 14:16:11 +0100 Subject: [PATCH 2/2] change color of admin, notifications, support apps --- customize.dist/src/less2/include/colortheme.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index 15d755f57..3b232be81 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -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;