fix typo
This commit is contained in:
parent
aa331d4878
commit
5f0c70f670
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
// Add style element to document head
|
||||
document.head.appendChild(style);
|
||||
this.parentElement.style.backgroundColor = "rgba(131, 165, 152, 0.3)"
|
||||
this.parentElement.firstChild.firstChild.style.backgroundColor = "rgba(69, 133, 136, 0.5)"
|
||||
this.parentElement.firstChild.style.backgroundColor = "rgba(69, 133, 136, 0.5)"
|
||||
};
|
||||
//Return complete element
|
||||
return el;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue