Recent content by eusi


  1. Thunderbird 115: CSS Customization

    Thanks for testing! I made it work, thanks to you! In my very first line I had such namespace headline: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); Obviously this prevented some (not all!) css changes to not work. I removed this line and it is working...
  2. Thunderbird 115: CSS Customization

    It looks promising, but even this has no effect in my TB 115.2.0 (64-bit) :-(
  3. Thunderbird 115: CSS Customization

    Hi, I want to increase the height of the email/message list items (in table view) only, but unfortunately it does not work: table[is="tree-view-table"] tbody tr { line-height: 24px !important; } or table.tree-table tbody tr { line-height: 24px !important; } or #threadTree tbody tr {...
Back
Top Bottom