From ea1877a2ab81d43518ce0c03b72e2a913f4a3103 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sun, 23 Jul 2023 22:52:36 +1000 Subject: [PATCH] Reduce size of edit/save/delete/cancel button images on settings page for people/exercises --- templates/partials/exercise.html | 8 ++++---- templates/partials/person.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/partials/exercise.html b/templates/partials/exercise.html index e070554..fb0d0d2 100644 --- a/templates/partials/exercise.html +++ b/templates/partials/exercise.html @@ -14,7 +14,7 @@ class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600" hx-get="{{ url_for('get_exercise_edit_form', exercise_id=exercise_id) }}"> + stroke="currentColor" class="w-5 h-5"> @@ -25,7 +25,7 @@ hx-delete="{{ url_for('delete_exercise', exercise_id=exercise_id) }}" hx-confirm="Are you sure you wish to delete {{ name }} from exercises?"> + stroke="currentColor" class="w-5 h-5"> @@ -38,7 +38,7 @@ hx-put="{{ url_for('update_exercise', exercise_id=exercise_id) }}" hx-include="closest tr"> + stroke="currentColor" class="w-5 h-5"> Save @@ -48,7 +48,7 @@ class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600" hx-get="{{ url_for('get_exercise', exercise_id=exercise_id) }}"> + stroke="currentColor" class="w-5 h-5"> Cancel diff --git a/templates/partials/person.html b/templates/partials/person.html index 230a289..030f12b 100644 --- a/templates/partials/person.html +++ b/templates/partials/person.html @@ -14,7 +14,7 @@ class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600" hx-get="{{ url_for('get_person_edit_form', person_id=person_id) }}"> + stroke="currentColor" class="w-5 h-5"> @@ -25,7 +25,7 @@ hx-delete="{{ url_for('delete_person', person_id=person_id) }}" hx-confirm="Are you sure you wish to delete {{ name }} from users?"> + stroke="currentColor" class="w-5 h-5"> @@ -38,7 +38,7 @@ hx-put="{{ url_for('update_person_name', person_id=person_id) }}" hx-include="closest tr"> + stroke="currentColor" class="w-5 h-5"> Cancel @@ -48,7 +48,7 @@ class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600" hx-get="{{ url_for('get_person_name', person_id=person_id) }}"> + stroke="currentColor" class="w-5 h-5"> Cancel