added important to highlight css
This commit is contained in:
parent
f59d6cdc2c
commit
2c3c95965d
2 changed files with 2 additions and 2 deletions
|
@ -669,7 +669,7 @@ span ~ .panel-header-text {
|
|||
}
|
||||
|
||||
.highlight {
|
||||
background-color: #eb6c2d;
|
||||
background-color: #979797 !important;
|
||||
}
|
||||
|
||||
/* Panel Footer */
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue