From 36e8eecbea73f819de716fb1ed26d144e0000705 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 10 Nov 2023 09:44:45 +0000 Subject: [PATCH] Apply card-body bottom radius fix --- app/css/material-dark.php | 4 ++-- app/css/material-light.php | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/css/material-dark.php b/app/css/material-dark.php index 202b4f33..524d5e4d 100644 --- a/app/css/material-dark.php +++ b/app/css/material-dark.php @@ -229,8 +229,6 @@ a:focus, a:hover { border-color: transparent; border-radius: 18px; background-color: ; - box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1), - 0px 4px 6px rgba(0, 0, 0, 0.1); } .card-body { @@ -289,6 +287,8 @@ hr { border-bottom-right-radius: 18px!important; border-bottom-left-radius: 18px!important; position: relative; + box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), + 0px 4px 6px rgba(0, 0, 0, 0.1); } .modal-footer { diff --git a/app/css/material-light.php b/app/css/material-light.php index 57301691..0a87f825 100644 --- a/app/css/material-light.php +++ b/app/css/material-light.php @@ -204,6 +204,7 @@ a:focus, a:hover { .modal-body { background-color: ; + min-height: 8rem; } .card-header { @@ -226,8 +227,6 @@ a:focus, a:hover { border-color: transparent; border-radius: 18px; background-color: ; - box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1), - 0px 4px 6px rgba(0, 0, 0, 0.1); } .card-body { @@ -286,6 +285,8 @@ hr { border-bottom-right-radius: 18px!important; border-bottom-left-radius: 18px!important; position: relative; + box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), + 0px 4px 6px rgba(0, 0, 0, 0.1); } .modal-footer {