23-01-2026

This commit is contained in:
Kevin Adametz 2026-01-23 17:35:23 +01:00
parent a939cd51ef
commit a8b395e20d
248 changed files with 29342 additions and 4805 deletions

View file

@ -1,112 +1,121 @@
.alert ul {
margin-bottom: 0;
margin-bottom: 0;
}
.fa-caret-expand:before {
content: "\f0da";
content: "\f0da";
}
a[aria-expanded='true'] > .fa-caret-expand:before {
content: "\f0d7";
a[aria-expanded="true"] > .fa-caret-expand:before {
content: "\f0d7";
}
.dropzone {
border: 2px dashed;
border: 2px dashed;
}
.card {
box-shadow: 0 4px 8px rgba(24, 28, 33, 0.06);
}
.card-body {
padding-bottom: 1rem;
padding-bottom: 1rem;
}
.card hr {
border-color: #d6d6de;
border-color: #d6d6de;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label.secondary::before,
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label.secondary::before {
border-color: #d7d700;
background-color: #d7d700;
.custom-control.custom-checkbox
.custom-control-input:checked
~ .custom-control-label.secondary::before,
.custom-control.custom-radio
.custom-control-input:checked
~ .custom-control-label.secondary::before {
border-color: #d7d700;
background-color: #d7d700;
}
.custom-control-label::before {
border: 1px solid rgba(182, 117, 16, 0.8);
.custom-control-label::before {
border: 1px solid rgba(182, 117, 16, 0.8);
}
.text-muted {
color: #868686 !important;
color: #868686 !important;
}
@media (min-width: 992px){
.modal-lg {
max-width: 55rem;
}
@media (min-width: 992px) {
.modal-lg {
max-width: 55rem;
}
}
@media (min-width: 768px) {
.modal-xl {
width: 90%;
max-width:75rem;
}
.modal-xl {
width: 90%;
max-width: 75rem;
}
}
.text-match{
color:#295B28;
.text-match {
color: #295b28;
}
.sidenav-vertical .sidenav-menu {
padding-top: 0.225rem;
padding-bottom: 0.225rem;
padding-top: 0.225rem;
padding-bottom: 0.225rem;
}
.sidenav-vertical .sidenav-menu .sidenav-link {
padding-top: 0.525rem;
padding-bottom: 0.525rem;
padding-top: 0.525rem;
padding-bottom: 0.525rem;
}
.form-control.has-error .form-control {
border: 1px solid #ea8e49;
border: 1px solid #ea8e49;
}
.form-group.has-error .form-control {
border: 1px solid #ea8e49;
border: 1px solid #ea8e49;
}
.has-error .help-block{
color: #a94442;
.has-error .help-block {
color: #a94442;
}
.no-line-break {
white-space: nowrap;
white-space: nowrap;
}
.container-fluid {
margin-right: 0;
margin-left: 0;
/*max-width: 1240px; */
margin-right: 0;
margin-left: 0;
/*max-width: 1240px; */
}
.note-toolbar {
z-index: auto;
z-index: auto;
}
.default-style .datepicker-dropdown {
z-index: 1100 !important;
z-index: 1100 !important;
}
.spinner {
display: none;
display: none;
}
.badge-outline-warning-dark {
background-color: transparent;
-webkit-box-shadow: 0 0 0 1px #FFD950 inset;
box-shadow: 0 0 0 1px #FFD950 inset;
color: #cba20d;
background-color: transparent;
-webkit-box-shadow: 0 0 0 1px #ffd950 inset;
box-shadow: 0 0 0 1px #ffd950 inset;
color: #cba20d;
}
@media only screen and (max-width: 768px) { /* mobile fix */
.modal-body-overflow {
overflow: auto;
}
@media only screen and (max-width: 768px) {
/* mobile fix */
.modal-body-overflow {
overflow: auto;
}
}
div.dataTables_wrapper div.dataTables_processing {
top: 40px;
top: 40px;
}
.list-padding-top li {
padding-top: 0.6em;
}