Fixed buttons wrong css class

This commit is contained in:
2025-11-02 22:24:54 +01:00
parent e50b868715
commit 956d2d17b2
2 changed files with 3 additions and 3 deletions

View File

@@ -216,7 +216,7 @@
<div id="attributesContainer" class="d-flex flex-column gap-2"> <div id="attributesContainer" class="d-flex flex-column gap-2">
<!-- Dynamic attribute rows will appear here --> <!-- Dynamic attribute rows will appear here -->
</div> </div>
<button type="button" class="btn btn-sm btn-success mt-3" id="addAttributeBtn"> <button type="button" class="btn btn-sm btn-primary mt-3" id="addAttributeBtn">
@T["Add Attribute"] @T["Add Attribute"]
</button> </button>
</div> </div>
@@ -437,7 +437,7 @@
<h6 class="fw-bold mb-0">@T["Attributes"]</h6> <h6 class="fw-bold mb-0">@T["Attributes"]</h6>
</div> </div>
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div> <div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div>
<button type="button" class="btn btn-sm btn-success mt-3" id="updateAddAttributeBtn"> <button type="button" class="btn btn-sm btn-primary mt-3" id="updateAddAttributeBtn">
@T["Add Attribute"] @T["Add Attribute"]
</button> </button>
</div> </div>

View File

@@ -389,7 +389,7 @@
<h6 class="fw-bold mb-0">@T["Attributes"]</h6> <h6 class="fw-bold mb-0">@T["Attributes"]</h6>
</div> </div>
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div> <div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div>
<button type="button" class="btn btn-sm btn-success mt-3" id="updateAddAttributeBtn"> <button type="button" class="btn btn-sm btn-primary mt-3" id="updateAddAttributeBtn">
@T["Add Attribute"] @T["Add Attribute"]
</button> </button>
</div> </div>