From ee8651c74e33ebfe66364de37f54c8720e0c1b6c Mon Sep 17 00:00:00 2001 From: Ludovic Dubost Date: Mon, 2 Apr 2018 20:33:35 +0200 Subject: [PATCH] Kanban styles and color updating --- customize.dist/src/less2/include/colortheme.less | 4 ++-- customize.dist/src/less2/main.less | 3 +-- www/kanban/app-kanban.less | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index e2406653d..fdf4ea972 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -61,12 +61,12 @@ @colortheme_poll-th-fg: #fff; @colortheme_poll-warn: #ffade3; -@colortheme_kanban-bg: #006304; +@colortheme_kanban-bg: #8C4; @colortheme_kanban-color: #fff; @colortheme_kanban-help-bg: #bbffbb; @colortheme_kanban-th-bg: #005bef; @colortheme_kanban-th-fg: #fff; -@colortheme_kanban-warn: #ffade3; +@colortheme_kanban-warn: #e6385d; @colortheme_whiteboard-bg: #800080; @colortheme_whiteboard-color: #fff; diff --git a/customize.dist/src/less2/main.less b/customize.dist/src/less2/main.less index f3c8478ce..1186465da 100644 --- a/customize.dist/src/less2/main.less +++ b/customize.dist/src/less2/main.less @@ -34,12 +34,11 @@ body.cp-app-file { @import "../../../file/app-file.less"; } body.cp-app-filepicker { @import "../../../filepicker/app-filepicker.less"; } body.cp-app-contacts { @import "../../../contacts/app-contacts.less"; } body.cp-app-poll { @import "../../../poll/app-poll.less"; } -body.cp-app-kanban { @import "../../../kanban/app-kanban.less"; } body.cp-app-whiteboard { @import "../../../whiteboard/app-whiteboard.less"; } body.cp-app-todo { @import "../../../todo/app-todo.less"; } body.cp-app-profile { @import "../../../profile/app-profile.less"; } body.cp-app-settings { @import "../../../settings/app-settings.less"; } body.cp-app-debug { @import "../../../debug/app-debug.less"; } body.cp-app-worker { @import "../../../worker/app-worker.less"; } -body.cp-app-miniapp { @import "../../../miniapp/app-miniapp.less"; } +body.cp-app-kanban { @import "../../../kanban/app-kanban.less"; } diff --git a/www/kanban/app-kanban.less b/www/kanban/app-kanban.less index c2108473d..db58861b6 100644 --- a/www/kanban/app-kanban.less +++ b/www/kanban/app-kanban.less @@ -1,9 +1,9 @@ @import (once) "../../customize/src/less2/include/browser.less"; @import (once) "../../customize/src/less2/include/framework.less"; -.framework_main( @bg-color: @colortheme_code-bg, -@warn-color: @colortheme_code-warn, -@color: @colortheme_code-color); +.framework_main( @bg-color: @colortheme_kanban-bg, +@warn-color: @colortheme_kanban-warn, +@color: @colortheme_kanban-color); // body &.cp-app-kanban {