From 89f832bf2250b0d2ed8d2a8d2d358a8abc578d66 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 27 Jul 2022 09:46:29 +0300 Subject: [PATCH] style fixes --- frontend/less/espo/custom.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 11b83e910c..0398787471 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1226,8 +1226,13 @@ section { .folders-container + .list-container { .list { margin-right: -@container-padding; + border-top-left-radius: var(--panel-border-radius); + border-bottom-left-radius: var(--panel-border-radius); > table { + border-top-left-radius: var(--panel-border-radius); + border-bottom-left-radius: var(--panel-border-radius); + td:last-child, th:last-child { padding-right: @container-padding; } @@ -1236,6 +1241,11 @@ section { margin-right: -11px; } } + + > .show-more > a { + border-bottom-left-radius: var(--panel-border-radius); + border-bottom-right-radius: var(--panel-border-radius); + } } }