From 3c714a8dda54412d6a94d2c3f8d19159c6ec6ddd Mon Sep 17 00:00:00 2001 From: Rabab Fatima Date: Mon, 13 Jan 2025 11:34:51 -0600 Subject: [PATCH] Added checkmark vector styling for checkbox. --- docker-compose.yml | 2 +- .../InputDialogExistingAttachments.vue | 20 +++++-------- frontend/src/styles/main.css | 28 +++++++++++++------ 3 files changed, 28 insertions(+), 22 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6369cf40..e35bf0b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: reverse-proxy: - image: traefik + image: traefik:3.2.3 command: - "--log.level=DEBUG" - "--api.insecure=true" diff --git a/frontend/src/components/Dialogs/InputDialogExistingAttachments.vue b/frontend/src/components/Dialogs/InputDialogExistingAttachments.vue index 0a44d686..5f2564e6 100644 --- a/frontend/src/components/Dialogs/InputDialogExistingAttachments.vue +++ b/frontend/src/components/Dialogs/InputDialogExistingAttachments.vue @@ -1,8 +1,8 @@