move darkmode.css to static/ and fix dark mode on notification

This commit is contained in:
Son NK 2020-05-23 21:11:53 +02:00
parent d371b2ec2d
commit 1d62400aac
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ hr {
border-top: var(--border);
}
.form-control, .dataTables_wrapper .dataTables_length select, .dataTables_wrapper.dataTables_filter input {
.form-control, .dataTables_wrapper .dataTables_length select, .dataTables_wrapper.dataTables_filter input, .dropdown-menu, .dropdown-item {
color: var(--font-color);
background-color: var(--input-bg-color);
}

View File

@ -26,7 +26,7 @@
<!-- Dashboard Core -->
<link href="/static/assets/css/dashboard.css" rel="stylesheet"/>
<link rel="stylesheet" href="{{ url_for('static', filename='assets/css/darkmode.css') }}?v={{ VERSION }}">
<link rel="stylesheet" href="{{ url_for('static', filename='darkmode.css') }}?v={{ VERSION }}">
<!-- Tabler JS -->
<script src="/static/assets/js/vendors/jquery-3.2.1.min.js"></script>