<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Recent update took out colored icon for unread mail]]></title><description><![CDATA[<p dir="auto">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?</p>
<p dir="auto">I posted upstream on the forum and was linked to this github ticket: <a href="https://github.com/roundcube/roundcubemail/issues/9862" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/roundcube/roundcubemail/issues/9862</a></p>
<p dir="auto">The ticket is quite old, but why is it only now that we're seeing this change in the Cloudron RC version?</p>
<p dir="auto">Any easy fix? TIA!</p>
]]></description><link>https://forum.cloudron.io/topic/15511/recent-update-took-out-colored-icon-for-unread-mail</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 20:04:45 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15511.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 May 2026 17:49:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Recent update took out colored icon for unread mail on Thu, 14 May 2026 19:02:11 GMT]]></title><description><![CDATA[<p dir="auto">I lightened the separating lines between each email in dark mode only:</p>
<pre><code>    html.dark-mode .listing li, html.dark-mode .listing li ul, html.dark-mode .listing tbody td 
        {
            border-color: #414f54;
        }
</code></pre>
]]></description><link>https://forum.cloudron.io/post/124739</link><guid isPermaLink="true">https://forum.cloudron.io/post/124739</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Thu, 14 May 2026 19:02:11 GMT</pubDate></item><item><title><![CDATA[Reply to Recent update took out colored icon for unread mail on Thu, 14 May 2026 18:44:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/necrevistonnezr" aria-label="Profile: necrevistonnezr">@<bdi>necrevistonnezr</bdi></a> 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.</p>
<pre><code>    .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; }
    }
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1778784002533-green-dot.gif" alt="green-dot.gif" class=" img-fluid img-markdown" /></p>
<p dir="auto">The best part is that the dot is still toggle-able.</p>
<p dir="auto">Edit: so you can edit the "content" to whatever you want and it'll still glow. Some alternative icon ideas: <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/26a1.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--zap" style="height:23px;width:auto;vertical-align:middle" title="⚡" alt="⚡" /><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4a1.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--bulb" style="height:23px;width:auto;vertical-align:middle" title="💡" alt="💡" /><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f31f.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--star2" style="height:23px;width:auto;vertical-align:middle" title="🌟" alt="🌟" /><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/2b50.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--star" style="height:23px;width:auto;vertical-align:middle" title="⭐" alt="⭐" /><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e8.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--incoming_envelope" style="height:23px;width:auto;vertical-align:middle" title="📨" alt="📨" /></p>
]]></description><link>https://forum.cloudron.io/post/124738</link><guid isPermaLink="true">https://forum.cloudron.io/post/124738</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Thu, 14 May 2026 18:44:06 GMT</pubDate></item><item><title><![CDATA[Reply to Recent update took out colored icon for unread mail on Thu, 14 May 2026 18:18:03 GMT]]></title><description><![CDATA[<p dir="auto">I still have black dots?!<br />
<img src="/assets/uploads/files/1778782390766-img_3551.jpeg" alt="IMG_3551.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Maybe you can edit the css: <a href="https://docs.cloudron.io/packages/roundcube/#customizing-css-and-logo" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/packages/roundcube/#customizing-css-and-logo</a><br />
and <a href="https://github.com/roundcube/roundcubemail/tree/master/skins/elastic#for-developers" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/roundcube/roundcubemail/tree/master/skins/elastic#for-developers</a></p>
]]></description><link>https://forum.cloudron.io/post/124734</link><guid isPermaLink="true">https://forum.cloudron.io/post/124734</guid><dc:creator><![CDATA[necrevistonnezr]]></dc:creator><pubDate>Thu, 14 May 2026 18:18:03 GMT</pubDate></item></channel></rss>