added important to highlight css

This commit is contained in:
joey 2020-03-09 13:55:49 -04:00
parent f59d6cdc2c
commit 2c3c95965d
2 changed files with 2 additions and 2 deletions

View file

@ -669,7 +669,7 @@ span ~ .panel-header-text {
} }
.highlight { .highlight {
background-color: #eb6c2d; background-color: #979797 !important;
} }
/* Panel Footer */ /* Panel Footer */

View file

@ -1078,7 +1078,7 @@ Logic.registerPanel(P_CONTAINERS_EDIT, {
end = tmp; end = tmp;
} }
const panels = document.querySelectorAll(".unstriped .container-panel-row .userContext-wrapper"); const panels = document.querySelectorAll(".unstriped .container-panel-row");
if (index === -1) { if (index === -1) {