Style tweaks for modal dialog

This commit is contained in:
billz 2023-11-10 07:52:22 +00:00
parent 645c336c97
commit 9ba2719969
2 changed files with 7 additions and 4 deletions

View File

@ -206,6 +206,7 @@ a:focus, a:hover {
.modal-body { .modal-body {
background-color: <?php echo $backgroundColor; ?>; background-color: <?php echo $backgroundColor; ?>;
min-height: 8rem;
} }
.card-header { .card-header {
@ -288,11 +289,11 @@ hr {
border-bottom-right-radius: 18px!important; border-bottom-right-radius: 18px!important;
border-bottom-left-radius: 18px!important; border-bottom-left-radius: 18px!important;
position: relative; position: relative;
margin-top: -18px;
} }
.modal-footer { .modal-footer {
border-radius: 18px; margin-top: 0px;
height: 3.5rem;
} }
.card>.card-header::before, .navbar-default::before { .card>.card-header::before, .navbar-default::before {
@ -548,6 +549,7 @@ input.btn.btn-success:hover {
border-radius: 18px!important; border-radius: 18px!important;
background-color: <?php echo $backgroundColor; ?>; background-color: <?php echo $backgroundColor; ?>;
border: 1px solid <?php echo $primaryColor; ?>!important; border: 1px solid <?php echo $primaryColor; ?>!important;
padding: 0.5rem;
} }
.btn-sm { .btn-sm {

View File

@ -286,11 +286,11 @@ hr {
border-bottom-right-radius: 18px!important; border-bottom-right-radius: 18px!important;
border-bottom-left-radius: 18px!important; border-bottom-left-radius: 18px!important;
position: relative; position: relative;
margin-top: -18px;
} }
.modal-footer { .modal-footer {
border-radius: 18px; margin-top: 0px;
height: 3.5rem;
} }
.card>.card-header::before, .navbar-default::before { .card>.card-header::before, .navbar-default::before {
@ -554,6 +554,7 @@ input.btn.btn-success:hover {
border-radius: 18px!important; border-radius: 18px!important;
background-color: <?php echo $backgroundColor; ?>; background-color: <?php echo $backgroundColor; ?>;
border: 1px solid <?php echo $primaryColor; ?>!important; border: 1px solid <?php echo $primaryColor; ?>!important;
padding: 0.5rem;
} }
.btn-sm { .btn-sm {