Update CSS/Look & feel

This commit is contained in:
2026-04-03 00:39:39 +02:00
parent 23b105a47e
commit 9754bbc3a8
265 changed files with 12355 additions and 47899 deletions

View File

@@ -1,12 +1,12 @@
<form class="{{cssClass}}" autocomplete="off">
<section>
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-header.html}} {{>
systems/fvtt-mournblade-cyd2/templates/partial-item-nav.html}} {{!-- Sheet
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-header.hbs}} {{>
systems/fvtt-mournblade-cyd-2-0/templates/partial-item-nav.hbs}} {{!-- Sheet
Body --}} {{!-- Sheet Body --}}
<section class="sheet-body">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
{{> systems/fvtt-mournblade-cyd-2-0/templates/partial-item-description.hbs}}
<div class="tab details" data-group="primary" data-tab="details">
@@ -18,7 +18,7 @@
type="text"
class="padd-right status-small-label color-class-common item-field-label-long"
name="system.rune"
value="{{data.rune}}"
value="{{system.rune}}"
data-dtype="String"
/>
</li>
@@ -29,10 +29,10 @@
class="status-small-label color-class-common item-field-label-long"
type="text"
name="system.mode"
value="{{data.mode}}"
value="{{system.mode}}"
data-dtype="string"
>
{{selectOptions config.effetRuneOptions selected=data.mode}}
{{selectOptions config.effetRuneOptions selected=system.mode}}
</select>
</li>
@@ -42,7 +42,7 @@
type="text"
class="status-small-label color-class-common item-field-label-long"
name="system.pointame"
value="{{data.pointame}}"
value="{{system.pointame}}"
data-dtype="Number"
/>
</li>
@@ -53,10 +53,10 @@
type="text"
class="status-small-label color-class-common item-field-label-long"
name="system.duree"
value="{{data.duree}}"
value="{{system.duree}}"
data-dtype="String"
/>
</li>
</ul>
</div>
</form>
</section>