Skip to content

Commit

Permalink
[TASK] Small style improvement for newsletter list view with LUXletter
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Dec 8, 2024
1 parent 09fa331 commit c044d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Newsletter/Receiver.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h4 class="alert-heading">
<f:translate key="LLL:EXT:lux/Resources/Private/Language/locallang_db.xlf:luxletter.module.newsletter.receiver.nousers.text">no users found that would receive a newsletter</f:translate>
</p>
<f:if condition="{filter.set}">
<f:link.action class="btn btn-default" style="color: black;" action="resetFilter" arguments="{redirectAction:view.action}">
<f:link.action class="btn btn-warning" style="color: black; text-decoration: none;" action="resetFilter" arguments="{redirectAction:view.action}">
Reset Filter
</f:link.action>
</f:if>
Expand Down

0 comments on commit c044d13

Please sign in to comment.