Cybrkyd's Git Repositories

IndexedDB-notes - commit: ba31c09

commit ba31c09066e73e4728c3cdb2f37dd5023387bb8b51a26608ad1e0c442403e8d2
author cybrkyd <git@cybrkyd.com> 2026-05-25 19:24:39 +0100
committer cybrkyd <git@cybrkyd.com> 2026-05-25 19:24:39 +0100

Commit Message

textarea:focus

📊 Diffstat

idb-notes.html 5
1 files changed, 5 insertions(+), 0 deletions(-)

Diff

diff --git a/idb-notes.html b/idb-notes.html
index 8a86e55..fc4c52d 100644
--- a/idb-notes.html
+++ b/idb-notes.html
@@ -46,6 +46,11 @@ textarea {
font-family: Arial, sans-serif;
background-color: #fff1e5;
}
+ textarea:focus {
+ outline: none;
+ border: 1px solid #aaa;
+ box-shadow: 0 0 4px rgba(0,0,0,0.05);
+ }
.link-btn {
background: none;
border: none;