diff --git a/modules/backend/models/brandsetting/custom.less b/modules/backend/models/brandsetting/custom.less index d23ae1076..2e07d1e14 100644 --- a/modules/backend/models/brandsetting/custom.less +++ b/modules/backend/models/brandsetting/custom.less @@ -44,6 +44,16 @@ } } +// +// Side panel +// + +#layout-side-panel { + .sidepanel-content-header { + background: @custom-dark-secondary; + } +} + // // Asset List // @@ -92,13 +102,6 @@ table.table.data { border-left: 3px solid @brand-secondary; } } - // tr:not(.no-data):hover td, - // tr:not(.no-data).selected td { - // background: mix(white, @brand-accent, 13%) !important; - // } - // tr:not(.no-data):active td { - // background: @brand-accent !important; - // } } } @@ -129,7 +132,7 @@ table.table.data { } > div > div.tabs-container { - background-color: @custom-dark-secondary; + background: @custom-dark-secondary; } }