Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Roundcube
  3. Recent update took out colored icon for unread mail

Recent update took out colored icon for unread mail

Scheduled Pinned Locked Moved Roundcube
4 Posts 2 Posters 21 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • humptyH Offline
    humptyH Offline
    humpty
    wrote last edited by humpty
    #1

    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!

    1 Reply Last reply
    0
    • humptyH humpty marked this topic as a question
    • necrevistonnezrN Offline
      necrevistonnezrN Offline
      necrevistonnezr
      wrote last edited by necrevistonnezr
      #2

      I still have black dots?!
      IMG_3551.jpeg

      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

      humptyH 1 Reply Last reply
      1
      • necrevistonnezrN necrevistonnezr

        I still have black dots?!
        IMG_3551.jpeg

        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

        humptyH Offline
        humptyH Offline
        humpty
        wrote last edited by humpty
        #3

        @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; }
            }
        

        green-dot.gif

        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: ⚡💡🌟⭐📨

        1 Reply Last reply
        0
        • humptyH humpty marked this topic as a regular topic
        • humptyH Offline
          humptyH Offline
          humpty
          wrote last edited by
          #4

          I lightened the separating lines between each email in dark mode only:

              html.dark-mode .listing li, html.dark-mode .listing li ul, html.dark-mode .listing tbody td 
                  {
                      border-color: #414f54;
                  }
          
          1 Reply Last reply
          0

          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
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Bookmarks
          • Search