Add additional Highlights
This commit is contained in:
parent
b7c8d7821d
commit
37f40a7bf2
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@
|
||||||
if (curr.firstChild.firstChild !== null) {
|
if (curr.firstChild.firstChild !== null) {
|
||||||
if (curr.firstChild.firstChild.classList.contains("audiotrack")) {
|
if (curr.firstChild.firstChild.classList.contains("audiotrack")) {
|
||||||
curr.style.backgroundColor = "rgba(251, 73, 52, 0.7)"
|
curr.style.backgroundColor = "rgba(251, 73, 52, 0.7)"
|
||||||
|
curr.firstChild.style.backgroundColor = "#cc2412"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue