From 92c484ac3948ea4d823cc268b730857ea097ac8d Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 5 Jul 2023 16:40:03 +0300 Subject: [PATCH] Fix background color in breadcrumb --- customize.dist/src/less2/include/forms.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index 5f917b6c6..9e5ddcbb6 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -35,6 +35,10 @@ height: @variables_input-height; } + ol.breadcrumb { + background-color: @cp_forms-bg; + } + div.cp-alertify-type { display: flex; input {