Change background color of table headers to distinct them from buttons

This commit is contained in:
Björn Fromme
2022-03-08 09:29:05 +01:00
parent 766654be16
commit 4f04120666
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,7 @@
<f:if condition="{dates}">
<table class="w-full mb-4">
<thead>
<tr class="bg-ep-primary-dark text-white">
<tr class="bg-ep-primary-light text-white">
<th class="border-r border-overlay-white-50 px-2 py-1 md:p-2 text-left text-sm md:text-base">
Termin
</th>
@@ -22,7 +22,7 @@
<table class="w-full mb-4">
<thead>
<tr class="bg-ep-primary-dark text-white">
<tr class="bg-ep-primary-light text-white">
<th class="border-r border-overlay-white-50 px-2 py-1 md:p-2 text-left text-sm md:text-base">
Zimmertyp
</th>