tweak warranty highlighting
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 211 B |
@@ -24,6 +24,8 @@ 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>`;
|
||||||
|
*/
|
||||||
|
|||||||
@@ -153,8 +153,18 @@ img[id="Img3"] {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label[for="chkWarrantee"] {
|
||||||
|
padding: 0.35em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fancy Notifications */
|
/* Fancy Notifications */
|
||||||
|
|
||||||
|
/*
|
||||||
|
#div_task {
|
||||||
|
display: none;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#newBtn {
|
#newBtn {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -187,3 +197,18 @@ img[id="Img3"] {
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Top bar */
|
||||||
|
|
||||||
|
#div_location {
|
||||||
|
/* position: relative;
|
||||||
|
width: 80%; */
|
||||||
|
}
|
||||||
|
|
||||||
|
#frmLocation {
|
||||||
|
/* position: absolute;
|
||||||
|
top: -40;
|
||||||
|
right: 370; */
|
||||||
|
}
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user