add initial styling for fancy notifications

This commit is contained in:
2021-10-07 20:33:51 -04:00
parent eac6b51863
commit 955bc54290
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -24,8 +24,6 @@ const notifCountStr = document.getElementById("lblTask").innerText;
const notifCount = parseInt(notifCountStr.split(" ")[2]); // Total task count const notifCount = parseInt(notifCountStr.split(" ")[2]); // Total task count
const notifCountNew = parseInt(notifCountStr.split(" ")[5].slice(1)); // New task count const notifCountNew = parseInt(notifCountStr.split(" ")[5].slice(1)); // New task count
/*
// Insert notification button // Insert notification button
const insertButton = document.getElementById("exitBtn"); const insertButton = document.getElementById("exitBtn");
insertButton.innerHTML = `<div id='newBtn'><a href='#' id='notification-button'><span class='material-icons-outlined notification-icon'>notifications</span></a><span id='notification-badge'>${notifCountNew}</span></div>`; insertButton.innerHTML = `<div id='newBtn'><a href='#' id='notification-button'><span class='material-icons-outlined notification-icon'>notifications</span></a><span id='notification-badge'>${notifCountNew}</span></div>`;
*/
-3
View File
@@ -159,7 +159,6 @@ label[for="chkWarrantee"] {
/* Fancy Notifications */ /* Fancy Notifications */
/*
#div_task { #div_task {
display: none; display: none;
visibility: hidden; visibility: hidden;
@@ -197,7 +196,6 @@ label[for="chkWarrantee"] {
top: 0; top: 0;
right: 0; right: 0;
} }
*/
/* Top bar */ /* Top bar */
@@ -211,4 +209,3 @@ label[for="chkWarrantee"] {
top: -40; top: -40;
right: 370; */ right: 370; */
} }
*/