Browse Source

Small UI improvement.

release/4.x
Sebastian 5 years ago
parent
commit
88a37910e4
  1. 2
      frontend/app/features/content/shared/forms/array-editor.component.html

2
frontend/app/features/content/shared/forms/array-editor.component.html

@ -24,7 +24,7 @@
<div class="row">
<div class="col">
<button type="button" class="btn btn-success" [disabled]="!canAdd || formModel.form.disabled" (click)="itemAdd(undefined)">
<button type="button" class="btn btn-outline-success" [disabled]="!canAdd || formModel.form.disabled" (click)="itemAdd(undefined)">
{{ 'contents.arrayAddItem' | sqxTranslate }}
</button>
</div>

Loading…
Cancel
Save