make introjs compatible with dark mode

This commit is contained in:
Son NK 2020-05-23 23:03:38 +02:00
parent 2d45b324e8
commit dcca3f0459
2 changed files with 3 additions and 3 deletions

2
static/darkmode.css vendored
View file

@ -41,7 +41,7 @@ hr {
border-top: var(--border);
}
.form-control, .dataTables_wrapper .dataTables_length select, .dataTables_wrapper.dataTables_filter input, .dropdown-menu, .dropdown-item {
.form-control, .dataTables_wrapper .dataTables_length select, .dataTables_wrapper.dataTables_filter input, .dropdown-menu, .dropdown-item, .introjs-tooltip {
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='darkmode.css') }}?v={{ VERSION }}">
<!-- Tabler JS -->
<script src="/static/assets/js/vendors/jquery-3.2.1.min.js"></script>
@ -66,7 +66,7 @@
<script
src="{{ url_for('static', filename='node_modules/multiple-select/dist/multiple-select.min.js') }}"></script>
<link rel="stylesheet" href="{{ url_for('static', filename='darkmode.css') }}?v={{ VERSION }}">
<link rel="stylesheet" type="text/css" href="/static/style.css?v={{ VERSION }}">
<script src="{{ url_for('static', filename='js/theme.js') }}"></script>