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!
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
which overrides the inline css.
See attached screenshot!