Adjust background color of table header once more

This commit is contained in:
Björn Fromme
2022-03-08 14:22:06 +01:00
parent 08da3aa782
commit 9e68134f3c
2 changed files with 4 additions and 4 deletions
@@ -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>