From d4d7f485a7e8a8bd994f7a0908d64bebe276234b Mon Sep 17 00:00:00 2001 From: cato447 Date: Wed, 30 Apr 2025 00:51:30 +0200 Subject: [PATCH] WIP CSS --- app/templates/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 3889e33..c3fcbf2 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -35,7 +35,7 @@
-
+
@@ -135,7 +136,7 @@ const editBtn = document.getElementById('editBtn'); const saveBtn = document.getElementById('saveBtn'); - input.removeAttribute('readonly'); + input.removeAttribute('disabled'); input.classList.add('border-border'); input.focus();