From ebe4f78a621379d12e4b47328237d70ccfa90d3f Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 27 Nov 2018 16:18:45 +0200 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 57079a6944..70a2873dfe 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -301,14 +301,14 @@ div.list-kanban > div > table { } th.group-header.group-header-primary { - background-color: @brand-primary; + background-color: @panel-primary-border; > div:before { - border-color: transparent transparent transparent @brand-primary; + border-color: transparent transparent transparent @panel-primary-border; } } th.group-header.group-header-before-primary { > div:after { - background-color: @brand-primary; + background-color: @panel-primary-border; } }