mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Style tweaks for modal dialog
This commit is contained in:
parent
645c336c97
commit
9ba2719969
2 changed files with 7 additions and 4 deletions
|
@ -206,6 +206,7 @@ a:focus, a:hover {
|
|||
|
||||
.modal-body {
|
||||
background-color: <?php echo $backgroundColor; ?>;
|
||||
min-height: 8rem;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
|
@ -288,11 +289,11 @@ hr {
|
|||
border-bottom-right-radius: 18px!important;
|
||||
border-bottom-left-radius: 18px!important;
|
||||
position: relative;
|
||||
margin-top: -18px;
|
||||
}
|
||||
|
||||
.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 {
|
||||
|
|
|
@ -286,11 +286,11 @@ hr {
|
|||
border-bottom-right-radius: 18px!important;
|
||||
border-bottom-left-radius: 18px!important;
|
||||
position: relative;
|
||||
margin-top: -18px;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
border-radius: 18px;
|
||||
margin-top: 0px;
|
||||
height: 3.5rem;
|
||||
}
|
||||
|
||||
.card>.card-header::before, .navbar-default::before {
|
||||
|
@ -554,6 +554,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 {
|
||||
|
|
Loading…
Reference in a new issue