remove now-pointless classes

master
Aevann 2024-02-12 16:21:51 +02:00
parent fffc5eb43f
commit f438ad8c4e
11 changed files with 11 additions and 11 deletions

View File

@ -47,7 +47,7 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
border-top: none;
}
.table-striped tbody tr:nth-of-type(odd) {
table tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.3);
}

View File

@ -10,7 +10,7 @@
<input hidden name="formkey" value="{{v|formkey}}">
<div class="overflow-x-auto mt-4">
<table class="table table-striped">
<table>
<thead>
<tr>
<th>Select</th>

View File

@ -5,7 +5,7 @@
<script defer src="{{'js/admin/banned_domains.js' | asset}}"></script>
<div class="overflow-x-auto mt-2">
<table class="table table-striped mb-5" id="domains-table">
<table id="domains-table">
<thead>
<tr>
<th>Domain</th>

View File

@ -40,7 +40,7 @@
<h5>How to Bet</h5>
<hr>
</div>
<table class="table">
<table>
<thead>
<tr>
<th>Bet</th>

View File

@ -20,7 +20,7 @@
</div>
<div class="overflow-x-auto mt-3">
<table class="datatable d-none table table-striped mb-5">
<table class="datatable d-none">
<thead>
<tr>
<th>#</th>

View File

@ -6,7 +6,7 @@
<div class="ml-2">You can use Markdown formatting:</div>
<div class="overflow-x-auto mt-3">
<table id="formatting-table" class="table table-striped generate-copy-buttons">
<table id="formatting-table" class="generate-copy-buttons">
<thead>
<tr>
<th>Name</th>

View File

@ -18,7 +18,7 @@
<h5 class="my-3">!{{group}} {{name}}</h5>
<div class="overflow-x-auto mt-1">
<table class="table table-striped mb-5 ping-groups">
<table class="ping-groups">
<thead>
<tr>
<th>#</th>

View File

@ -27,7 +27,7 @@
<h3 class="mb-3">Ping Groups</h3>
<div class="overflow-x-auto">
<table class="ping-groups table table-striped mb-5">
<table class="ping-groups">
<thead>
<tr>
<th>#</th>

View File

@ -40,7 +40,7 @@
<script defer src="{{'js/hats.js' | asset}}"></script>
<div class="overflow-x-auto mt-3 mb-5">
<table class="datatable d-none table table-striped shop">
<table class="datatable d-none shop">
<thead>
<tr>
<th class="disable-sort-click">Hat</th>

View File

@ -313,7 +313,7 @@
<div class="title w-lg-25 px-0">
<label>Referred Users</label>
</div>
<table class="table">
<table>
{% for user in v.referrals %}
<tr>
<td>{% include "user_in_table.html" %}</td>

View File

@ -46,7 +46,7 @@
{% endif %}
<div class="overflow-x-auto mt-3 mb-5">
<table class="table table-striped shop">
<table class="shop">
<thead>
<tr>
<th class="disable-sort-click">Icon</th>