From a9890f0c7b89e93058c2e59460ef493b8e8f2729 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 26 Oct 2021 15:28:42 +0200 Subject: [PATCH] Fix dropdown separator style issue in the calendar app --- customize.dist/src/less2/include/dropdown.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customize.dist/src/less2/include/dropdown.less b/customize.dist/src/less2/include/dropdown.less index 9ff9a75bf..5ce3ee677 100644 --- a/customize.dist/src/less2/include/dropdown.less +++ b/customize.dist/src/less2/include/dropdown.less @@ -159,6 +159,8 @@ margin: 5px 0px; height: 1px; background: @cp_dropdown-bg-active; + border: 0 !important; + border-top: 1px solid rgba(0,0,0,.1) !important; & + hr { display: none; }