Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Επιλύθηκε
  • Αρχειοθετήθηκε

Cannot adjust height of the reading pane v115

Hi, My reading pane on v115 will only adjust downwards but I would like to adjust it upwards as was possible in previous versions. Just to confirm what I mean, it will … (διαβάστε περισσότερα)

Hi,

My reading pane on v115 will only adjust downwards but I would like to adjust it upwards as was possible in previous versions.

Just to confirm what I mean, it will only go down, so making the reading pane smaller (or disapppear) and the thread pane larger.

I would like to make it go the opposite way, upwards to make the thread pane smaller.

Is there some code, css etc that can make it happen correctly?

Ερώτηση από Paul 10 μήνες πριν

Απάντηση από Toad-Hall 8 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Thunderbird 115 now ignores my userChrome.css

I have a userChrome.css to change the color of unread messages in the "list of messages" pane to orange: /* Messagepane text */ treechildren::-moz-tree-cell-text(new) { … (διαβάστε περισσότερα)

I have a userChrome.css to change the color of unread messages in the "list of messages" pane to orange:

/* Messagepane text */ treechildren::-moz-tree-cell-text(new) {

       color: #34ebdc !important;
       font-weight: normal;

} treechildren::-moz-tree-cell-text(unread) {

       color: #34c6eb !important;
       font-weight: normal !important;

}

This worked fine in TB 102 and prior. When I upgraded to TB 115 this no longer has any effect. I'm not sure if the userChrome.css is being ignored or if the styling elements in userChrome.css have changed.

I'm on Windows 11 and userChrome.css is located in 2 places: C:\Users\$username\AppData\Roaming\Thunderbird\Profiles\$profile.default\chrome\userChrome.css C:\Users\$username\Application Data\Thunderbird\Profiles\$profile.default\chrome\userChrome.css

Ερώτηση από mike645 10 μήνες πριν

Απάντηση από pg_78 7 μήνες πριν