fix darkmode search, textarea, progress bars and list groups
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user