mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 15:32:14 +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 {
|
.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";
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user