From a823fd010bb3fce8255bd7c6855d8c76f1470a32 Mon Sep 17 00:00:00 2001 From: "benguozakinci@gmail.com" Date: Mon, 5 Jul 2021 17:41:07 +0300 Subject: [PATCH] Remove arrow from top of cancel button --- public/css/custom.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index e98c31265..30e114adb 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1726,4 +1726,12 @@ table .align-items-center td span.badge { } } -/* Line item */ \ No newline at end of file +/* Line item */ + +/* Accordion Header Arrow Start */ + +.modal .modal-dialog .modal-content > .card-header.pb-2::after { + z-index: -1 !important; +} + +/* Accordion Header Arrow Finish */ \ No newline at end of file