commit 8a787befe40c3100249bb9b15b7b9c321c49b6a4
parent 6a493d94f0a87e319f844f349111c5f650d45b90
Author: cblgh <cblgh@cblgh.org>
Date: Fri, 9 Aug 2024 12:02:25 +0200
style delete btn
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/thread.html b/html/thread.html
@@ -13,7 +13,7 @@
<span style="float: right;" aria-label='{{ "AriaDeletePost" | translate }}'>
<form style="display: inline-block;" method="POST" action="/post/delete/{{ $post.ID }}"
onsubmit="return confirm('{{"PromptDeleteQuestion" | translate }}');">
- <button style="background-color: transparent; border: 0; padding: 0;" type="submit"> {{ "Delete" | translate }}</button>
+ <button style="color: darkred; text-decoration: underline; background-color: transparent; border: 0; padding: 0;" type="submit"> {{ "Delete" | translate }}</button>
<input type="hidden" name="thread" value="{{ $threadURL }}">
</form>
</span>