mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-27 10:31:42 +01:00
Updated SB Admin 4.2.1 -> 4.5.3
- Moved some of the custom rules to style.css - Did not apply some color changes from upstream.
This commit is contained in:
parent
d1e5b93eaa
commit
57b6ec87fd
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,104 @@
|
||||
@media (max-width: 1520px) {
|
||||
html {
|
||||
font-size: 95%;
|
||||
}
|
||||
}
|
||||
|
||||
.fc-title, .fc-time {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.accordion-striped tbody tr:nth-of-type(4n+1):not(.bg-teal),
|
||||
.accordion-striped tbody tr:nth-of-type(4n+2):not(.bg-teal) {
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.table-dark.accordion-striped tbody tr:nth-of-type(4n+1):not(.bg-teal),
|
||||
.table-dark.accordion-striped tbody tr:nth-of-type(4n+2):not(.bg-teal) {
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.card-body p + p {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.card-body p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.w-15 {
|
||||
width: 15% !important;
|
||||
}
|
||||
|
||||
.w-22 {
|
||||
width: 22% !important;
|
||||
}
|
||||
|
||||
.sidebar-close-modal {
|
||||
position: absolute;
|
||||
opacity: 0.7;
|
||||
background-color: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
width: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hidden .sidebar .sidebar-brand img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
p.collapsing {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-link:not(:disabled):not(.disabled),
|
||||
.close:not(:disabled):not(.disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.nav-link.sidebar-toggler {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.sidebar-toggler {
|
||||
padding: 0.6rem;
|
||||
display: inline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.sidebar-close-modal {
|
||||
position: absolute;
|
||||
opacity: 0.7;
|
||||
background-color: #000;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
width: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hidden .sidebar .sidebar-brand img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 1400px) {
|
||||
.sidebar-toggler {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.page-loader {
|
||||
position: fixed;
|
||||
background: #ddd;
|
||||
|
@ -211,7 +211,8 @@
|
||||
// Background colors from dracula theme
|
||||
$('head').append('<style id="nightmode">' +
|
||||
'#content {background-color:#282a36;}' +
|
||||
'.card,.bg-white,.modal-content,.page-loader,.nav-tabs .nav-link:hover,.nav-tabs,hr,form .btn, .btn-outline-secondary{background-color:#44475a;border-color:#6272a4!important;}' +
|
||||
'.btn {color: #eee8d5;}' +
|
||||
'.card,.bg-white,.modal-content,.page-loader,.nav-tabs .nav-link:hover,.nav-tabs,hr,form .btn, .btn-outline-secondary{background-color:#44475a!important;border-color:#6272a4!important;}' +
|
||||
'.bg-white.collapse-inner {border:1px solid;}' +
|
||||
'.card-header {background-color:#44475a;border-color:#6272a4;}' +
|
||||
'#content,.col-black,.text-gray-900,.text-gray-800,.collapse-item,.modal-title,.modal-body,.page-loader,.close,.fc-title,.fc-time,pre,.table-dark,input::placeholder{color:#eee8d5 !important;}' +
|
||||
|
Loading…
Reference in New Issue
Block a user