fix darkmode search, textarea, progress bars and list groups

This commit is contained in:
envoyr
2022-10-25 13:00:04 +02:00
parent 1f69ab7e3f
commit 3acc5457b2
4 changed files with 13 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
{% if zonefile is not empty %}
<div class="row">
<div class="col-12">
<textarea class="logcontent form-control bg-light" rows="25" cols="60" readonly>{{ zonefile }}</textarea>
<textarea class="logcontent form-control" rows="25" cols="60" readonly>{{ zonefile }}</textarea>
</div>
</div>
{% endif %}