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); + } } }