mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
further darktheme fixes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,13 +6,14 @@
|
||||
.dropdown-menu {
|
||||
box-shadow: 0 0.5rem 1rem black;
|
||||
color: $gray-100;
|
||||
background: #121416;
|
||||
}
|
||||
.form-control {
|
||||
background: #121416;
|
||||
color: $gray-100;
|
||||
border: black !important;
|
||||
}
|
||||
.btn-light, .popover-header {
|
||||
.btn-light, .popover-header, .status {
|
||||
background: #121416 !important;
|
||||
color: $gray-100 !important;
|
||||
border: black !important;
|
||||
@@ -26,6 +27,9 @@
|
||||
.badge {
|
||||
color: white;
|
||||
}
|
||||
.input-group-text {
|
||||
border: black;
|
||||
}
|
||||
}
|
||||
@import "custom-variables";
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
</div>
|
||||
|
||||
{% if is_paginated %}
|
||||
<div class="row justify-content-center">
|
||||
<div class="row justify-content-center pt-3">
|
||||
{% paginator %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user