diff --git a/src/jellyfin-quick-delete.user.js b/src/jellyfin-quick-delete.user.js index 3c644e5..191ab1b 100644 --- a/src/jellyfin-quick-delete.user.js +++ b/src/jellyfin-quick-delete.user.js @@ -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.firstChild.style.backgroundColor = "#458588" + this.firstChild.style.backgroundColor = "rgba(69, 133, 136, 0.5)" }; //Return complete element return el;