fix bank statement css

pull/225/head
Aevann 2024-03-06 03:45:47 +02:00
parent 4b38e753d5
commit 5abacf468c
3 changed files with 11 additions and 2 deletions

View File

@ -7787,3 +7787,7 @@ table.border-0 * {
height: 80px;
}
}
#bank-statement tbody * {
color: #c9d1d9 !important;
}

View File

@ -192,3 +192,7 @@ blockquote a {
#casino-game-wrapper .row-cols-1, #casino-game-wrapper .row-cols-2 {
background-image: none !important;
}
#bank-statement {
border: 1px solid var(--black) !important;
}

View File

@ -1,5 +1,6 @@
{% extends "default.html" %}
{% block pagetitle %}@{{user.username}}'s Bank Statement{% endblock %}
{% block pagetype %}bank_statement{% endblock %}
{% block content %}
<div class="row justify-content-around">
<div class="col h-100">
@ -8,7 +9,7 @@
<h5 class="font-weight-bolder text-center pt-2 pb-3 d-md-none">@{{user.username}}'s Bank Statement</h5>
</div>
<div class="rounded border overflow-x-auto">
<div id="bank-statement" class="rounded border overflow-x-auto">
{% if logs %}
<table class="border-0">
<thead class="bg-transparent">
@ -16,7 +17,7 @@
<th></th>
<th></th>
<th></th>
<th>Balance</th>
<th class="text-black text-lg">Balance</th>
</tr>
</thead>
<tbody>