forked from rDrama/rDrama
1
0
Fork 0

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; 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); background-color: rgba(0, 0, 0, 0.3);
} }

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@
<div class="ml-2">You can use Markdown formatting:</div> <div class="ml-2">You can use Markdown formatting:</div>
<div class="overflow-x-auto mt-3"> <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> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>

View File

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

View File

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

View File

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

View File

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

View File

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