further darktheme fixes

This commit is contained in:
2020-06-24 12:15:47 +01:00
parent 8a9eefb722
commit 86fe8a8e1b
3 changed files with 12 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -6,13 +6,14 @@
.dropdown-menu { .dropdown-menu {
box-shadow: 0 0.5rem 1rem black; box-shadow: 0 0.5rem 1rem black;
color: $gray-100; color: $gray-100;
background: #121416;
} }
.form-control { .form-control {
background: #121416; background: #121416;
color: $gray-100; color: $gray-100;
border: black !important; border: black !important;
} }
.btn-light, .popover-header { .btn-light, .popover-header, .status {
background: #121416 !important; background: #121416 !important;
color: $gray-100 !important; color: $gray-100 !important;
border: black !important; border: black !important;
@@ -26,6 +27,9 @@
.badge { .badge {
color: white; color: white;
} }
.input-group-text {
border: black;
}
} }
@import "custom-variables"; @import "custom-variables";
@import "node_modules/bootstrap/scss/bootstrap"; @import "node_modules/bootstrap/scss/bootstrap";

View File

@@ -56,7 +56,7 @@
</div> </div>
{% if is_paginated %} {% if is_paginated %}
<div class="row justify-content-center"> <div class="row justify-content-center pt-3">
{% paginator %} {% paginator %}
</div> </div>
{% endif %} {% endif %}