remove table-striped

This commit is contained in:
Mateusz Gruszczyński
2025-08-20 21:09:24 +02:00
parent 7751e56a8c
commit bfc2841c34
5 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@
<span class="badge rounded-pill bg-info">{{ total_items }} produktów</span>
</div>
<div class="card-body p-0">
<table class="table table-dark table-striped align-middle sortable">
<table class="table table-dark align-middle sortable">
<thead>
<tr>
<th>ID</th>
@@ -99,7 +99,7 @@
</div>
<div class="card-body p-0">
{% set item_names = items | map(attribute='name') | map('lower') | list %}
<table class="table table-dark table-striped align-middle sortable">
<table class="table table-dark align-middle sortable">
<thead>
<tr>
<th>ID</th>

View File

@@ -21,7 +21,7 @@
<div class="card bg-dark text-white mb-5">
<div class="card-body p-0">
<div class="table-responsive">
<table class="table table-dark table-striped align-middle sortable">
<table class="table table-dark align-middle sortable">
<thead>
<tr>
<th scope="col">ID</th>

View File

@@ -34,7 +34,7 @@
<div class="card bg-dark text-white mb-5">
<div class="card-body">
<table class="table table-dark table-striped align-middle sortable">
<table class="table table-dark align-middle sortable">
<thead>
<tr>
<th>ID</th>

View File

@@ -50,7 +50,7 @@
{% else %}
<div class="d-flex justify-content-center align-items-center text-white small flex-wrap text-center">
<span class="me-1">Przeglądasz jako</span>
<span class="badge rounded-pill bg-info">gość</span>
<span class="badge rounded-pill bg-info">niezalogowany/a</span>
</div>
{% endif %}
{% endif %}

View File

@@ -90,7 +90,7 @@
<!-- Tabela list z możliwością filtrowania -->
<div class="table-responsive">
<table class="table table-dark table-striped align-middle sortable">
<table class="table table-dark align-middle sortable">
<thead>
<tr>
<th></th>