@c8y/style
Version:
Styles for Cumulocity IoT applications
30 lines (26 loc) • 944 B
text/less
c8y-dashboard-gridstack:not([name]):not([use-context]) > .dashboard-theme-dark,
body .dashboard-preview-slot.panel-content-dark,
.dashboard-preview-slot.dashboard-theme-dark,
c8y-context-dashboard.c8y-grid-dashboard.dashboard-theme-dark,
.c8y-grid-dashboard c8y-dashboard-child .panel-content-dark {
.c8y-dark-theme();
}
.dashboard-preview-slot.dashboard-theme-dark {
// background: #011932 !important;
}
c8y-dashboard-gridstack:not([name]):not([use-context]) > .dashboard-theme-dark,
c8y-context-dashboard.c8y-grid-dashboard.dashboard-theme-dark {
--c8y-dashboard-background: var(--c8y-palette-low);
background-color: var(--c8y-dashboard-background);
}
body:has(.dashboard-theme-dark:not(.dashboard-preview-slot)){
.c8y-ui-action-bar{
.c8y-dark-theme();
.btn-help{
outline: 1px solid @status-info;
background-color: @status-info;
--help-info-color: @palette-high;
color: @palette-high;
}
}
}