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