Skip to content

Morpheus theme makes tables in security settings partly unreadable #4682

@nullnull-00

Description

@nullnull-00

In Morpheus theme every second row of the tables in the security info page has white backgroud instead of green or yellow one.
This makes it impossible to read text, which should have green background(due to the white font color).

The problematic css is

.dataTable tr:nth-child(2n) td {
    background-color: rgb(255, 255, 255) !important;
}

which overrides the inline css.

See attached screenshot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugFor errors / faults / flaws / inconsistencies etc.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions