diff --git a/src/proxmox-dark/scss/extjs/_grid.scss b/src/proxmox-dark/scss/extjs/_grid.scss index 77872b0..3719fdc 100644 --- a/src/proxmox-dark/scss/extjs/_grid.scss +++ b/src/proxmox-dark/scss/extjs/_grid.scss @@ -96,8 +96,10 @@ .x-grid-cell, .x-grid-rowwrap, .x-grid-cell-rowbody { + // the "!important" is needed here, because crisp also sets this + // as important + background-color: $background-darker !important; border-color: $border-color-alt; - background-color: $background-darker; } }