From d75a482f5e98b1e9972d6d9a60205fef647b8059 Mon Sep 17 00:00:00 2001 From: RajWorking Date: Wed, 1 Feb 2023 14:08:39 +0530 Subject: [PATCH] [ADD] Find and Replace Functionality --- css/styles-css.css | 5 + index.html | 239 +- javascript/display.js | 564 ++--- javascript/editor.js | 4 +- javascript/hyperaudio-lite.js | 12 +- javascript/tooltip.js | 85 +- package-lock.json | 4372 ++++++++++++++++++++++++++++++++- 7 files changed, 4890 insertions(+), 391 deletions(-) diff --git a/css/styles-css.css b/css/styles-css.css index 3df5016..0bc2165 100644 --- a/css/styles-css.css +++ b/css/styles-css.css @@ -1,5 +1,6 @@ :root { --primary: #21a094; + --selected-find: #ffe600; --selected-blue: #d2e4f9; --selected-red: #fecbcf; --selected-yellow: #fbeed1; @@ -270,6 +271,10 @@ body, html { color: var(--tag-color); } +.find { + background-color: var(--selected-find); +} + .selected-1 { background-color: var(--selected-orange); } diff --git a/index.html b/index.html index 1e19888..773f4df 100644 --- a/index.html +++ b/index.html @@ -58,8 +58,9 @@ - - + + @@ -88,16 +89,17 @@ + + + +