ciderized bootbox style

This commit is contained in:
booploops 2022-01-21 19:25:17 -08:00
parent 0cd8293472
commit fe83174c3f
3 changed files with 13 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -21,6 +21,8 @@
border: 0;
-webkit-appearance: none;
font-weight: 100;
font-size: 1.2em;
color: var(--textColor);
}
}
@ -29,6 +31,7 @@
width: auto;
margin: 0.5rem;
pointer-events: none;
color: var(--textColor);
}
.modal.fade .modal-dialog {
@ -75,11 +78,12 @@
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-color: var(--modalBackground);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
box-shadow: var(--ciderShadow-Generic);
}
.modal-backdrop {
@ -106,7 +110,6 @@
align-items: center;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
@ -117,8 +120,8 @@
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
margin: 0;
}
.modal-body {
@ -134,7 +137,6 @@
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
@ -1088,4 +1090,8 @@ fieldset:disabled .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
border-radius: 0.2rem;
}
.form-control {
width:100%;
}

View file

@ -30,6 +30,8 @@
--keyColor-deepPressed-rgb: 255, 138, 156;
--keyColor-disabled: rgba(250, 88, 106, 0.35);
--navigationBarHeight: 38px;
--modalBackground: #262626;
--textColor: #eee;
}
html,