Change background color of table headers to distinct them from buttons
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<f:if condition="{dates}">
|
<f:if condition="{dates}">
|
||||||
<table class="w-full mb-4">
|
<table class="w-full mb-4">
|
||||||
<thead>
|
<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">
|
<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>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<table class="w-full mb-4">
|
<table class="w-full mb-4">
|
||||||
<thead>
|
<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">
|
<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