Design angepasst

This commit is contained in:
Domenik Rath 2025-01-12 19:11:19 +01:00
parent 912a0eb6d5
commit 0d4014c07a

View File

@ -214,7 +214,7 @@
<div class="checkbox-group">
<label class="category-label">
<input type="checkbox" id="masterKuecheCheckbox" onclick="toggleSubCheckboxes('masterKuecheCheckbox', 'kueche')">
<u style="color: red; font-weight: bold;">Küchen Artikel</u>
<u style="color: green; font-weight: bold;">Küchen Artikel</u>
</label>
<br>
<input type="checkbox" id="esmeyer" value="esmeyer" class="kueche-checkbox">
@ -245,7 +245,7 @@
<div class="checkbox-group">
<label class="category-label">
<input type="checkbox" id="masterHygieneCheckbox" onclick="toggleSubCheckboxes('masterHygieneCheckbox', 'hygiene')">
<u style="color: red; font-weight: bold;">Hygiene Artikel</u>
<u style="color: green; font-weight: bold;">Hygiene Artikel</u>
</label>
<br>
<input type="checkbox" id="hygi" value="hygi" class="hygiene-checkbox">
@ -270,7 +270,7 @@
<div class="checkbox-group">
<label class="category-label">
<input type="checkbox" id="masterBaumarktCheckbox" onclick="toggleSubCheckboxes('masterBaumarktCheckbox', 'baumarkt')">
<u style="color: red; font-weight: bold;">Baumarkt Artikel</u>
<u style="color: green; font-weight: bold;">Baumarkt Artikel</u>
</label>
<br>
<input type="checkbox" id="hornbach" value="hornbach" class="baumarkt-checkbox">
@ -322,7 +322,7 @@
<div class="checkbox-group" >
<label class="category-label elektronik">
<input type="checkbox" id="masterElektronikCheckbox" onclick="toggleSubCheckboxes('masterElektronikCheckbox', 'elektronik')">
<u style="color: red; font-weight: bold;">Elektronik Artikel</u>
<u style="color: green; font-weight: bold;">Elektronik Artikel</u>
</label>
<br>
<input type="checkbox" id="conrad" value="conrad" class="elektronik-checkbox">
@ -338,7 +338,7 @@
<div class="checkbox-group">
<label class="category-label">
<input type="checkbox" id="masterVerpackungenCheckbox" onclick="toggleSubCheckboxes('masterVerpackungenCheckbox', 'verpackungen')">
<u style="color: red; font-weight: bold;">Verpackungs Artikel</u>
<u style="color: green; font-weight: bold;">Verpackungs Artikel</u>
</label>
<br>
<input type="checkbox" id="papstar" value="papstar" class="verpackungen-checkbox">
@ -354,7 +354,7 @@
<div class="checkbox-group" >
<label class="category-label">
<input type="checkbox" id="masterSchilderCheckbox" onclick="toggleSubCheckboxes('masterSchilderCheckbox', 'schilder')">
<u style="color: red; font-weight: bold;">Schilder Artikel</u>
<u style="color: green; font-weight: bold;">Schilder Artikel</u>
</label>
<br>
<input type="checkbox" id="brewes" value="brewes" class="schilder-checkbox">
@ -370,7 +370,7 @@
<div class="checkbox-group" >
<label class="category-label">
<input type="checkbox" id="masterLandwirtschaftCheckbox" onclick="toggleSubCheckboxes('masterLandwirtschaftCheckbox', 'landwirtschaft')">
<u style="color: red; font-weight: bold;">Landwirtschaft</u>
<u style="color: green; font-weight: bold;">Landwirtschaft</u>
</label>
<br>
<input type="checkbox" id="siepmann" value="siepmann" class="landwirtschaft-checkbox">
@ -386,7 +386,7 @@
<div class="checkbox-group" >
<label class="category-label">
<input type="checkbox" id="masterArbeitsschutzCheckbox" onclick="toggleSubCheckboxes('masterArbeitsschutzCheckbox', 'arbeitsschutz')">
<u style="color: red; font-weight: bold;">Arbeitsschutz</u>
<u style="color: green; font-weight: bold;">Arbeitsschutz</u>
</label>
<br>
<input type="checkbox" id="engelbert" value="engelbert" class="arbeitsschutz-checkbox">
@ -402,7 +402,7 @@
<div class="checkbox-group" >
<label class="category-label">
<input type="checkbox" id="masterMedCheckbox" onclick="toggleSubCheckboxes('masterMedCheckbox', 'med')">
<u style="color: red; font-weight: bold;">Med. Artikel</u>
<u style="color: green; font-weight: bold;">Med. Artikel</u>
</label>
<br>
<input type="checkbox" id="oekonomed" value="oekonomed" class="med-checkbox">
@ -418,7 +418,7 @@
<div class="checkbox-group" >
<label class="category-label">
<input type="checkbox" id="masterStahlCheckbox" onclick="toggleSubCheckboxes('masterStahlCheckbox', 'stahl')">
<u style="color: red; font-weight: bold;">Stahl</u>
<u style="color: green; font-weight: bold;">Stahl</u>
</label>
<br>
<input type="checkbox" id="stahlshop" value="stahlshop" class="stahl-checkbox">
@ -431,7 +431,7 @@
<div class="checkbox-group" >
<label class="category-label">
<input type="checkbox" id="masterDekoCheckbox" onclick="toggleSubCheckboxes('masterDekoCheckbox', 'deko')">
<u style="color: red; font-weight: bold;">Deko Artikel</u>
<u style="color: green; font-weight: bold;">Deko Artikel</u>
</label>
<br>
<input type="checkbox" id="frankflechtwaren" value="frankflechtwaren" class="deko-checkbox">
@ -447,7 +447,7 @@
<div class="checkbox-group" >
<label class="category-label">
<input type="checkbox" id="masterSaatgutCheckbox" onclick="toggleSubCheckboxes('masterSaatgutCheckbox', 'saatgut')">
<u style="color: red; font-weight: bold;">Saatgut Artikel</u>
<u style="color: green; font-weight: bold;">Saatgut Artikel</u>
</label>
<br>
<input type="checkbox" id="saatgutshop" value="saatgutshop" class="saatgut-checkbox">
@ -460,7 +460,7 @@
<div class="checkbox-group" >
<label class="category-label">
<input type="checkbox" id="masterSonstige ArtikelCheckbox" onclick="toggleSubCheckboxes('masterSonstige ArtikelCheckbox', 'sonstige')">
<u style="color: red; font-weight: bold;">Sonstige Artikel</u>
<u style="color: green; font-weight: bold;">Sonstige Artikel</u>
</label>
<br>
<input type="checkbox" id="labelident" value="labelident" class="sonstige-checkbox">