Skip to content

Static (legacy) dashboard widget style glitches #5994

@Eoler

Description

@Eoler
OctoberCMS v4.0.18
Latest Chrome/Firefox on Windows 10

Title margins, background colors (visible in dark theme):
Image
Image

Some of them are fixed with the following overrides (Branding&Appearance / Styles):

[data-bs-theme=dark] .report-widget {
    background: var(--bs-body-bg);
}
.oc-dashboard .dashboard-report-widget-static h3.widget-title {
    margin-bottom: 15px;
}
.oc-dashboard .dashboard-report-widget-static .table-container {
    margin-top: 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions