From 5c6a78b6bd43e7a79984477c5298f1e2244dcc84 Mon Sep 17 00:00:00 2001 From: RajWorking Date: Wed, 1 Feb 2023 14:08:39 +0530 Subject: [PATCH 1/6] [ADD] Find and Replace Functionality --- css/styles-css.css | 5 ++++ index.html | 60 +++++++++++++++++++++++++++++++++++++++++++ javascript/tooltip.js | 59 +++++++++++++++++++++++++++++++++++++++++- 3 files changed, 123 insertions(+), 1 deletion(-) 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..c8b27c8 100644 --- a/index.html +++ b/index.html @@ -88,6 +88,66 @@ -