From 2c3c95965d6f02d3605e187a2223cc70445de353 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 9 Mar 2020 13:55:49 -0400 Subject: [PATCH] added important to highlight css --- src/css/popup.css | 2 +- src/js/popup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index fdb0e6f..aafe603 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -669,7 +669,7 @@ span ~ .panel-header-text { } .highlight { - background-color: #eb6c2d; + background-color: #979797 !important; } /* Panel Footer */ diff --git a/src/js/popup.js b/src/js/popup.js index 774f161..e68eb9c 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1078,7 +1078,7 @@ Logic.registerPanel(P_CONTAINERS_EDIT, { end = tmp; } - const panels = document.querySelectorAll(".unstriped .container-panel-row .userContext-wrapper"); + const panels = document.querySelectorAll(".unstriped .container-panel-row"); if (index === -1) {