Adjust background color of table header once more
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
</f:else>
|
||||
</f:if>
|
||||
<f:if condition="{dates}">
|
||||
<table class="w-full mb-4">
|
||||
<table class="w-full mb-4 bg-gray-200">
|
||||
<thead>
|
||||
<tr class="bg-ep-primary-light text-white">
|
||||
<tr>
|
||||
<th class="border-r border-overlay-white-50 px-2 py-1 md:p-2 text-left text-sm md:text-base">
|
||||
Termin
|
||||
</th>
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
</f:else>
|
||||
</f:if>
|
||||
|
||||
<table class="w-full mb-4">
|
||||
<table class="w-full mb-4 bg-gray-200">
|
||||
<thead>
|
||||
<tr class="bg-ep-primary-light text-white">
|
||||
<tr>
|
||||
<th class="border-r border-overlay-white-50 px-2 py-1 md:p-2 text-left text-sm md:text-base">
|
||||
Zimmertyp
|
||||
</th>
|
||||
|
||||
Reference in New Issue
Block a user