Recent update took out colored icon for unread mail
-
I noticed that unread mail's icon (dot) does not have a color (yellow?) anymore. Now, the unread mail text is in bold and that's the only indicator. I can't easily tell if I have new mail anymore. Suggestions?
I posted upstream on the forum and was linked to this github ticket: https://github.com/roundcube/roundcubemail/issues/9862
The ticket is quite old, but why is it only now that we're seeing this change in the Cloudron RC version?
Any easy fix? TIA!
-
H humpty marked this topic as a question
-
I still have black dots?!

Maybe you can edit the css: https://docs.cloudron.io/packages/roundcube/#customizing-css-and-logo
and https://github.com/roundcube/roundcubemail/tree/master/skins/elastic#for-developers -
I still have black dots?!

Maybe you can edit the css: https://docs.cloudron.io/packages/roundcube/#customizing-css-and-logo
and https://github.com/roundcube/roundcubemail/tree/master/skins/elastic#for-developers@necrevistonnezr Yeah, the black dots are there. Just no color applied to "unread" mail. Anyway, ChatGPT helped with fixing it locally. I already use Stylus plugin in Firefox and this code works nicely to grab my attention. It replaces the black dot with a glowing green dot.
.messagelist td.subject span.msgicon.status.unread::before { content: "●"; color:#0dff00; font-size: 16px; animation: pulseUnread 1s infinite; } @keyframes pulseUnread { 0% { opacity: 0.2; } 50% { opacity: 1; } 100% { opacity: 0.2; } }
The best part is that the dot is still toggle-able.
Edit: so you can edit the "content" to whatever you want and it'll still glow. Some alternative icon ideas:





-
H humpty marked this topic as a regular topic
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login