mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:15:42 -04:00
chore: update icon colors
This commit is contained in:
@@ -460,9 +460,9 @@
|
|||||||
{
|
{
|
||||||
$(document.body).tooltip({ selector: "[title]" });
|
$(document.body).tooltip({ selector: "[title]" });
|
||||||
$('#action-health')
|
$('#action-health')
|
||||||
.attr('data-original-title', timeLeft)
|
.attr('data-original-title', `Health check in ${ timeLeft }`)
|
||||||
.attr('aria-label', timeLeft)
|
.attr('aria-label', `Health check in ${ timeLeft }`)
|
||||||
.attr('data-bs-original-title', timeLeft)
|
.attr('data-bs-original-title', `Health check in ${ timeLeft }`)
|
||||||
});
|
});
|
||||||
|
|
||||||
const Heart = document.getElementsByClassName('fa-heart');
|
const Heart = document.getElementsByClassName('fa-heart');
|
||||||
@@ -475,8 +475,8 @@
|
|||||||
|
|
||||||
setTimeout( function()
|
setTimeout( function()
|
||||||
{
|
{
|
||||||
Heart[0].style.color = '#ff7575';
|
Heart[0].style.color = '#FF6593';
|
||||||
}, timerRemainsLS.getUTCMilliseconds() + 200 );
|
}, timerRemainsLS.getUTCMilliseconds() + 100 );
|
||||||
|
|
||||||
}, timerRemainsLS.getUTCMilliseconds() + 500 );
|
}, timerRemainsLS.getUTCMilliseconds() + 500 );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user