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