From 955bc54290ce5a48b29a8986a5717199d9d4e4d4 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Thu, 7 Oct 2021 20:33:51 -0400 Subject: [PATCH] add initial styling for fancy notifications --- script.js | 2 -- style.css | 3 --- 2 files changed, 5 deletions(-) diff --git a/script.js b/script.js index 2a5850b..feaadf8 100644 --- a/script.js +++ b/script.js @@ -24,8 +24,6 @@ const notifCountStr = document.getElementById("lblTask").innerText; const notifCount = parseInt(notifCountStr.split(" ")[2]); // Total task count const notifCountNew = parseInt(notifCountStr.split(" ")[5].slice(1)); // New task count -/* // Insert notification button const insertButton = document.getElementById("exitBtn"); insertButton.innerHTML = `
notifications${notifCountNew}
`; -*/ diff --git a/style.css b/style.css index 5d998e2..a3ef97d 100644 --- a/style.css +++ b/style.css @@ -159,7 +159,6 @@ label[for="chkWarrantee"] { /* Fancy Notifications */ -/* #div_task { display: none; visibility: hidden; @@ -197,7 +196,6 @@ label[for="chkWarrantee"] { top: 0; right: 0; } -*/ /* Top bar */ @@ -211,4 +209,3 @@ label[for="chkWarrantee"] { top: -40; right: 370; */ } -*/ \ No newline at end of file