Merge pull request #1454 from RaspAP/fix/material-theme

Style tweaks for modal dialog
This commit is contained in:
Bill Zimmerman 2023-11-10 12:21:01 +01:00 committed by GitHub
commit 7f7b688ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

View File

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

View File

@ -204,6 +204,7 @@ a:focus, a:hover {
.modal-body {
background-color: <?php echo $backgroundColor; ?>;
min-height: 8rem;
}
.card-header {
@ -226,8 +227,6 @@ a:focus, a:hover {
border-color: transparent;
border-radius: 18px;
background-color: <?php echo $cardsColor; ?>;
box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1),
0px 4px 6px rgba(0, 0, 0, 0.1);
}
.card-body {
@ -286,11 +285,13 @@ hr {
border-bottom-right-radius: 18px!important;
border-bottom-left-radius: 18px!important;
position: relative;
margin-top: -18px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1),
0px 4px 6px rgba(0, 0, 0, 0.1);
}
.modal-footer {
border-radius: 18px;
margin-top: 0px;
height: 3.5rem;
}
.card>.card-header::before, .navbar-default::before {
@ -554,6 +555,7 @@ input.btn.btn-success:hover {
border-radius: 18px!important;
background-color: <?php echo $backgroundColor; ?>;
border: 1px solid <?php echo $primaryColor; ?>!important;
padding: 0.5rem;
}
.btn-sm {