Definitionen erweitert, um die Gestaltung besser zu ermöglichen.

This commit is contained in:
2021-04-14 14:11:20 +02:00
parent 74193f3b46
commit 1b4983a06f
3 changed files with 17 additions and 6 deletions
+6 -1
View File
@@ -153,6 +153,11 @@
</fieldset>
</form>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th>Datum</th>
@@ -201,7 +206,7 @@
<button on:click={Controller.saveRecord} type="button">Übernehmen
<IconifyIcon icon={checkIcon} color="green"/>
</button>
<button on:click={Controller.cancelActiveRecord} type="button">Abbrechen
<button on:click={Controller.cancelActiveRecord} type="button" class="sub-button">Abbrechen
<IconifyIcon icon={xIcon}/>
</button>
</fieldset>