From 5f0c70f6704defc3f4a8d0b0f452159b22a42ca0 Mon Sep 17 00:00:00 2001 From: Mars Niermann Date: Wed, 8 Mar 2023 10:22:47 +0000 Subject: [PATCH] fix typo --- src/jellyfin-quick-delete.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jellyfin-quick-delete.user.js b/src/jellyfin-quick-delete.user.js index 65c0b01..a8e7dc3 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.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;