develop #28

Merged
blaerf merged 83 commits from develop into main 2025-12-17 14:28:04 +00:00
Showing only changes of commit 89371dc60f - Show all commits

View File

@ -159,13 +159,13 @@ sup {
}
a {
color: #4e73df;
color: #60a5fa;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #224abe;
color: #3b82f6;
text-decoration: underline;
}
@ -1486,23 +1486,23 @@ pre code {
.table {
width: 100%;
margin-bottom: 1rem;
color: #858796;
color: #e5e7eb;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #e3e6f0;
border-top: 1px solid #334155;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #e3e6f0;
border-bottom: 2px solid #334155;
}
.table tbody + tbody {
border-top: 2px solid #e3e6f0;
border-top: 2px solid #334155;
}
.table-sm th,
@ -1511,12 +1511,12 @@ pre code {
}
.table-bordered {
border: 1px solid #e3e6f0;
border: 1px solid #334155;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #e3e6f0;
border: 1px solid #334155;
}
.table-bordered thead th,
@ -1532,12 +1532,12 @@ pre code {
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
background-color: rgba(255, 255, 255, 0.05);
}
.table-hover tbody tr:hover {
color: #858796;
background-color: rgba(0, 0, 0, 0.075);
color: #e5e7eb;
background-color: rgba(255, 255, 255, 0.1);
}
.table-primary,
@ -1834,10 +1834,10 @@ pre code {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #6e707e;
background-color: #fff;
color: #e5e7eb;
background-color: #1e293b;
background-clip: padding-box;
border: 1px solid #d1d3e2;
border: 1px solid #334155;
border-radius: 0.35rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@ -1859,15 +1859,15 @@ pre code {
}
.form-control:focus {
color: #6e707e;
background-color: #fff;
border-color: #bac8f3;
color: #e5e7eb;
background-color: #1e293b;
border-color: #3b82f6;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #858796;
color: #64748b;
opacity: 1;
}
@ -3025,12 +3025,12 @@ input[type="button"].btn-block {
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 0.85rem;
color: #858796;
color: #e5e7eb;
text-align: left;
list-style: none;
background-color: #fff;
background-color: #1e293b;
background-clip: padding-box;
border: 1px solid #e3e6f0;
border: 1px solid #334155;
border-radius: 0.35rem;
}
@ -3183,7 +3183,7 @@ input[type="button"].btn-block {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #eaecf4;
border-top: 1px solid #334155;
}
.dropdown-item {
@ -3192,7 +3192,7 @@ input[type="button"].btn-block {
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #3a3b45;
color: #cbd5e1;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
@ -3200,15 +3200,15 @@ input[type="button"].btn-block {
}
.dropdown-item:hover, .dropdown-item:focus {
color: #2e2f37;
color: #e5e7eb;
text-decoration: none;
background-color: #eaecf4;
background-color: #334155;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #4e73df;
background-color: #3b82f6;
}
.dropdown-item.disabled, .dropdown-item:disabled {
@ -9661,7 +9661,7 @@ a.text-dark:hover, a.text-dark:focus {
}
.text-muted {
color: #858796 !important;
color: #94a3b8 !important;
}
.text-black-50 {
@ -9798,7 +9798,7 @@ a:focus {
}
#wrapper #content-wrapper {
background-color: #f8f9fc;
background-color: #0f172a;
width: 100%;
overflow-x: hidden;
}
@ -10170,6 +10170,8 @@ a:focus {
.topbar {
height: 4.375rem;
background-color: #1e293b;
border-bottom: 1px solid #334155;
}
.topbar #sidebarToggleTop {
@ -11270,11 +11272,13 @@ form.user .btn-user {
footer.sticky-footer {
padding: 2rem 0;
flex-shrink: 0;
background-color: #0f172a;
}
footer.sticky-footer .copyright {
line-height: 1;
font-size: 0.8rem;
color: #94a3b8;
}
body.sidebar-toggled footer.sticky-footer {