• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Mail, Calendar & Feeds
    3. Mail, Calendar & Feeds Feature Requests
    4. Coloured Email Labels

    Coloured Email Labels

    Mail, Calendar & Feeds Feature Requests
    mail
    13
    34
    3.3k
    Loading More Posts
    • 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.
    • Zalex108
      Z
      Zalex108 Moderator @VAIO73
      last edited by

      @VAIO73

      https://forum.vivaldi.net/topic/16684/inspecting-the-vivaldi-ui-with-devtools/

      "You cannot know the meaning of your life until you are connected to the power that created you" · Shri Mataji Nirmala Devi

      1 Reply Last reply Reply Quote 1
      • VAIO73
        V
        VAIO73 @Zalex108
        last edited by

        @Zalex108 Great, works, but only line, not label... 🙂

        vivaldi.jpg

        1 Reply Last reply Reply Quote 3
        • shifte
          S
          shifte
          last edited by shifte

          @VAIO73

          Great, works, but only line, not label... 🙂

          You're right!
          Labels color doesn't change in Slovak UI.
          Probably it's a Vivaldi bug.

          ↓ Slovak version

          #mail_view div.tree-item:has(li[title='Dôležité']) { color:red; }
          #mail_view div.tree-item:has(li[title='Práca']) { color:orange; }
          #mail_view div.tree-item:has(li[title='Osobné']) { color:green; }
          #mail_view div.tree-item:has(li[title='Urobiť']) { color:blue; }
          #mail_view div.tree-item:has(li[title='Na neskôr']) { color:violet; }
          
          .MailLabels-Label[title='Dôležité'] { background-color:red; }
          .MailLabels-Label[title='Práca'] { background-color:orange; }
          .MailLabels-Label[title='Osobné'] { background-color:green; }
          .MailLabels-Label[title='Urobiť'] { background-color:blue; }
          .MailLabels-Label[title='Na neskôr'] { background-color:violet; }
          
          .mail_entry.mail_entry.unread .from,
          .mail_entry.mail_entry.unseen .from,
          .mail_entry.mail_entry.unread .subject,
          .mail_entry.mail_entry.unseen .subject {
          font-weight: 700;
          }
          

          0128.png

          VAIO73
          V
          1 Reply Last reply
          Reply Quote 3
          • VAIO73
            V
            VAIO73 @shifte
            last edited by

            @shifte 👏 👏 👏 YOU ARE THE BEST....!!! 👍 👍 👍 THANK YOU...2023-01-28 14.27.40 vivaldi 6a694d8df83f.jpg

            shifte
            S
            1 Reply Last reply
            Reply Quote 1
            • shifte
              S
              shifte @VAIO73
              last edited by

              (VB-94848) Labels color does not change In non-English UI.

              0128_1.png

              VAIO73
              V
              gmg
              G
              2 Replies Last reply
              Reply Quote 2
              • VAIO73
                V
                VAIO73 @shifte
                last edited by

                @shifte 👍 , Yes, it's probably vivaldi's bug

                1 Reply Last reply Reply Quote 1
                • gmg
                  G
                  gmg Vivaldi Team @shifte
                  last edited by

                  @shifte
                  You're right. I'll take a look Monday

                  shifte
                  S
                  WildEnte
                  W
                  2 Replies Last reply
                  Reply Quote 2
                  • shifte
                    S
                    shifte @gmg
                    last edited by

                    @gmg
                    Thanks!
                    Have a nice weekend! 😀

                    gmg
                    G
                    1 Reply Last reply
                    Reply Quote 0
                    • WildEnte
                      W
                      WildEnte Soprano Patron @gmg
                      last edited by

                      @gmg Monday already, so that means all the bugs I have reported are already fixed 🙂

                      Usually on Win11 running Vivaldi Snapshot builds. Opinionated about working efficiently with email. Folders are evil | Mail workflow: receive, read, reply, mark as read, done.

                      1 Reply Last reply Reply Quote 0
                      • gmg
                        G
                        gmg Vivaldi Team @shifte
                        last edited by

                        @shifte @VAIO73

                        Well, I pushed a fix for this to review. Hopefully will be out with next snapshot if it's accepted. Look for VB-94848: Label color does not change in non-English UI

                        @WildEnte
                        I know about VB-93994. Haven't fixed it. On the list. I was working on another big issue that I didn't think I'd get in before release so just picking up small fish while they're fresh. You can ping me if you'd like to know which ones.

                        WildEnte
                        W
                        1 Reply Last reply
                        Reply Quote 4
                        • WildEnte
                          W
                          WildEnte Soprano Patron @gmg
                          last edited by

                          @gmg said in Coloured Email Labels:

                          You can ping me if you'd like to know which ones.

                          I was just kidding / couldn't resist 🙂
                          you guys are making great progress and I am just nagging a little. You set the priority for what you work on, I don't believe in what I call "management by decibel", i.e. catering to the loudest complainers

                          Usually on Win11 running Vivaldi Snapshot builds. Opinionated about working efficiently with email. Folders are evil | Mail workflow: receive, read, reply, mark as read, done.

                          1 Reply Last reply Reply Quote 3
                          • justresisting
                            J
                            justresisting
                            last edited by

                            @shifte Thank you so much! This is one of the simplest changes but it's a complete game-changer for how I work with my email!!

                            It was -SO- easy to make this change to the Vivaldi UI.

                            Just go to vivaldi://experiments > click the Allow CSS modifications box > Go to `Settings > Appearance > Custom UI Modiciations > Choose Folder

                            Open your text editor and write this snippet:

                            #mail_view div.tree-item:has(li[title='Important']) { color:red; }
                            #mail_view div.tree-item:has(li[title='Work']) { color:orange; }
                            #mail_view div.tree-item:has(li[title='Personal']) { color:green; }
                            #mail_view div.tree-item:has(li[title='To Do']) { color:blue; }
                            #mail_view div.tree-item:has(li[title='Later']) { color:violet; }

                            Save as... vivaldi-UI-mods.css (filename doesn't matter, but must end in .css)

                            My Vivaldi Mail Client is so much more usable now! This is such a little change but it has huge impact on how quickly I can process my mail now!

                            Is there anyway to upvote this feature? It just makes the read mails match the first

                            Mail Panel

                            Pesala
                            P
                            1 Reply Last reply
                            Reply Quote 5
                            • Pesala
                              P
                              Pesala Ambassador @justresisting
                              last edited by Pesala

                              @justresisting Yes, this is helpful. Users with different label names will need to edit the code, and/or if they want different colours.

                              I put all of my CSS code changes in a single custom.css file, and add headers for each section.

                              /* Coloured Subject Titles for Email Labels */
                              #mail_view div.tree-item:has(li[title='Bug']) { color:red; }
                              #mail_view div.tree-item:has(li[title='Confirmed']) { color:red; }
                              #mail_view div.tree-item:has(li[title='Fixed']) { color:red; }
                              #mail_view div.tree-item:has(li[title='Reference']) { color:orange; }
                              #mail_view div.tree-item:has(li[title='Important']) { color:violet; }
                              #mail_view div.tree-item:has(li[title='Reference']) { color:blue; }
                              #mail_view div.tree-item:has(li[title='ToDo']) { color:white; }
                              #mail_view div.tree-item:has(li[title='Willnotdo']) { color:black; }
                              
                              

                              Blog • Vivaldi Review • Server Status
                              Win 10 64-bit build 19045.2486 • Snapshot 7.4.3683.28 (64-bit)

                              1 Reply Last reply Reply Quote 2
                              • Durtro
                                D
                                Durtro
                                last edited by

                                Yep. Also use this. Never understood why they introduced default labels with colors on the sidebar only and without any type of configurability. In my case the styling isn't even coherent, in some parts of the UI, between a windows and a linux installation.

                                Anyway, labels should be labels and default labels should be labels marked as important, like in mailing lists. Color or emphasis settings should be available for every label.

                                1 Reply Last reply Reply Quote 3
                                Loading More Posts
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes
                                Reply
                                • Reply as topic
                                Log in to reply
                                • 1
                                • 2
                                • 2 / 2
                                • First post
                                  Last post

                                Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                                Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status