Giter VIP home page Giter VIP logo

Comments (16)

markc avatar markc commented on September 25, 2024 2

FWIW I always add these 2 snippets to my userChrome.css. The first one makes the folder list font-size smaller and the second one changes unread messages to red...

#folderTree > treechildren::-moz-tree-cell-text {
  font-size: 0.75em;
}
#threadTree > treechildren::-moz-tree-cell-text(unread) {
  color: #EF0000 !important;
  font-weight: normal !important;
}

from monterail-fulldark.

conema avatar conema commented on September 25, 2024 1

You can increase these heights by changing rows 30 and 31 of the skin/root.css file
immagine

For the unread mails, I will test something next weekend and I'll update you.

from monterail-fulldark.

markc avatar markc commented on September 25, 2024 1

An override fix for showing a different color for unread messages. Go to Preferences/Options -> Advanced -> Config Editor. Search for "toolkit.legacy" and make sure the value of "toolkit.legacyUserProfileCustomizations.stylesheets" is set to "true". Create a "chrome" folder inside your profile folder (Google for different OSs) and create a "userChrome.css" file with the below. Change the "color" value to whatever you want and remove the "font-weight" line if you prefer bold.

#threadTree > treechildren::-moz-tree-cell-text(unread) {
  color: #EF0000 !important;
  font-weight: normal !important;
}

from monterail-fulldark.

inakimalerba avatar inakimalerba commented on September 25, 2024

Just installed this theme and its awesome, but I find this point quite important.

Already edited the listing height but this is beyond my css abilities 😛 .

from monterail-fulldark.

qazip avatar qazip commented on September 25, 2024

Ya, I would also like the listing height to be a little larger. Also, is it possible to increase the height of the folders? @conema

from monterail-fulldark.

conema avatar conema commented on September 25, 2024

I would also like the listing height to be a little larger

Are you speaking about the threadlist (mail list)?

from monterail-fulldark.

qazip avatar qazip commented on September 25, 2024

I would also like the listing height to be a little larger

Are you speaking about the threadlist (mail list)?

Yes.. That and the height of the folders in the folder list.

But this thread is really about the hard-to-see new mails.. I can barely see the difference between unread mails and read mails. It would be nice if unread mails had a different color, like blue? Same goes for the folders that have unread mails!

from monterail-fulldark.

N6REJ avatar N6REJ commented on September 25, 2024

It would be better (imo) if there was an higher contrast between read and unread e-mails. As it is, I have some trouble in differentiating read and unread e-mails. Perhaps a different foreground color?

There is the green read-icon thingie, but something feels wrong. Maybe it's just that I am not used to thunderbird.

EDIT: Would it be possible to change the size of the green circle for unread items?

thats my "show-stopper" as well. I can't easily tell whats new whats not. Since I keep dozens of emails in a folder at a time this is critical.

from monterail-fulldark.

Sheenaah avatar Sheenaah commented on September 25, 2024

Hi everyone,

I have a question.

What do I have to do to change the background color of unread mails ?

Here I made you a screenshot example :

  • red mail titles (unread)
  • black mail titles (read)

0

Thank you a lot for your help !

from monterail-fulldark.

markc avatar markc commented on September 25, 2024

This might get you halfway there in userChrome.css...

#threadTree > treechildren::-moz-tree-cell-text(unread) {
  color: #FF0000 !important;
  font-weight: normal !important;
  background-color: yellow;
}

from monterail-fulldark.

Sheenaah avatar Sheenaah commented on September 25, 2024

Hi markc ,

It doesn't work.
I tried also :

#threadTree > treechildren::-moz-tree-cell-text(unread) {
  color: #FF0000 !important;
  font-weight: bold !important;
  background-color: #fcff00;
}

but nothing changes.

Do you have an idea ?

from monterail-fulldark.

markc avatar markc commented on September 25, 2024

Try ...

background-color: #fcff00 !important;

from monterail-fulldark.

Sheenaah avatar Sheenaah commented on September 25, 2024

The color appears but, is it possible to have this result ?

unread

from monterail-fulldark.

markc avatar markc commented on September 25, 2024

Sorry, I've tried a few CSS options but I don't know how to select the entire row background and border color for unread messages.

from monterail-fulldark.

Sheenaah avatar Sheenaah commented on September 25, 2024

Don't apologize.
I opened a new topic for this particular question. Maybe someone will have an idea.

Thank you for your help markc !

from monterail-fulldark.

conema avatar conema commented on September 25, 2024

You can change the bg/text of unread emails by adding these lines in userChrome.css or in root.css (the second one is a theme file) by adding:

#threadTree > treechildren::-moz-tree-cell-text(unread),
#threadTree > treechildren::-moz-tree-cell(unread) {
    color: yellow !important;
    background-color: red !important;
}

from monterail-fulldark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.