Viewing emails in Usermin - very faded

SYSTEM INFORMATION
OS type and version RHEL 9
Webmin version 2.510
Usermin version 2.400

When viewing emails in Usermin - don’t do it often so I don’t know when it started, the text in the body is very very faint, perhaps a font issue as it’s not the entire body.

Plain text emails are fine.

1 Like

I can confirm that my users have reported this difficulty too.

Thanks, glad it’s not just me.

This must be new, I can’t remembering this before.

In the inspect, seems to be this rule that adds the dull color.

body.dark:not([style*=“color”]) {
color: rgba(190,195,200,.9);
}

1 Like

Thanks @stefan1959

Pray tell what would be the easiest way to edit / remove that bit of css from Usermim?

Yeah, a bit of new code to exercise the eyesight!  :face_savoring_food:

Seriously though—this is a known bug and it’s already fixed. The fix will be included in the upcoming Webmin 2.520 and Usermin 2.420 releases.

Sorry about that!

1 Like

Is there a patch for a quick fix?

That would be good, just had another complaint.

No, sorry! There’s no quick fix for this. @Jamie and I will try to release Webmin 2.520 and Usermin 2.420 it as soon as possible.

1 Like

I am telling people to click “View as text” to make it readable.

Lo and behold - Webmin and Usermin update.

It’s now all readable again!

Many thanks guys. :slight_smile:

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.