Skip to content

Commit

Permalink
[TASK] Adapt button class in administration list template
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Sep 24, 2024
1 parent b421a74 commit 978824f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Administration/List.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>
</div>

<div class="col">
<f:form.button type="submit" name="operation" value="search" class="btn btn-light">{f:translate(key:'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:search')}</f:form.button>
<f:form.button type="submit" name="operation" value="search" class="btn btn-default">{f:translate(key:'LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:search')}</f:form.button>
<f:form.button type="submit" name="operation" value="reset-filters" class="btn btn-link">Reset</f:form.button>
</div>
</div>
Expand Down

0 comments on commit 978824f

Please sign in to comment.