]> git.mxchange.org Git - friendica.git/commitdiff
The frio-button now looks fine
authorMichael <heluecht@pirati.ca>
Mon, 2 Aug 2021 21:47:59 +0000 (21:47 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 2 Aug 2021 21:47:59 +0000 (21:47 +0000)
view/theme/frio/templates/profile/schedule.tpl

index 29575be05b26e418e8a0723f5c29243779064294..2a769307e48c0703349f072c8787aa58b5b2054a 100644 (file)
@@ -16,8 +16,8 @@
                                <td>
                                        <form action="{{$baseurl}}/profile/{{$nickname}}/schedule" method="post">
                                                <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
-                                               <button type="submit" name="delete" value="{{$row.id}}" title="{{$delete}}">
-                                                       <i class="fa fa-trash" aria-hidden="true">
+                                               <button class="btn btn-default" type="submit" name="delete" value="{{$row.id}}" title="{{$delete}}">
+                                                       <i class="fa fa-trash" aria-hidden="true"></i>
                                                </button>
                                        </form>
                                </td>