Recent content by das10


  1. Thunderbird 115: CSS Customization

    Good afternoon @RobDF . I am puzzled as to why some parts of the css file don't work :(. Are you using any extensions, and if so, have you tried disabling them temporarily to see if it works? This is using the file from #409, and even on t-bird 123 beta for example, all those parts appear to work.
  2. Thunderbird 115: CSS Customization

    Now that you are able to get the DevTools working on your userChrome.css. Hopefully, when you try the above file (which incidentally, I updated earlier today), on your Desktop, you may be able to figure out any problems more swiftly. pn: to keep the Menu Popups open whilst you are editing the...
  3. Thunderbird 115: CSS Customization

    I removed some duplicated code blocks, deleted some with the html tag, updated some, and added some new ones for the thread pane, I hope it works; you can always change the colors as you wish. /********************* THREAD PANE HEADERS *********************/ #folderPane { background-color...
  4. Thunderbird 115: CSS Customization

    Re: the hidden main tab; you can try and check if the following setting is ticked or not. (Ticked would mean "hide" the Tab bar when there is only one tab left (which would be the main email window), and unticked would mean the tab bar is always shown as in mine).
  5. Thunderbird 115: CSS Customization

    Alternative to the "Hover" style code shown above. Again, as an initial step, try and put this at the end of your userChrome.css file to test. /* Main Window Menu Bar Hovering colors/font */ menubar > menu[_moz-menuactive] { background-color: #29116e !important; color: #FFFF00...
  6. Thunderbird 115: CSS Customization

    This is the style code pertaining to the "menu bar" colors on the main t-bird window (adjusted for the menu color that you appear to be using). toolbar#toolbar-menubar { Order: -1 !important; background-color: #4ca6ff !important; /* Color of menu bar */ color: white...
  7. Solved Thunderbird Tweak needed

    @thecaretaker That yellow highlighted item is a Window Titlebar and its height/font-size is governed by Windows. It normally behaves according to your Windows System settings. The big red "X" icon you mention is larger as it is rendered by Thunderbird (and not Windows) because you have hidden...
  8. Thunderbird 115: CSS Customization

    To insert code, you can click on the </> icon in the reply box. In the insert code box which appears, select either General Code, or Other Languages (CSS), and enter your code in that box.
  9. Thunderbird 115: CSS Customization

    RobDF - Do you mean to add extra margin below the menubar in the Compose Window as shown below? Then, you could try adding this, to see if it works for you: /* add margin to bottom of the menubar in the Compose window */ #compose-toolbox menubar { margin-bottom: 20px ; } Or: If you meant...
  10. Thunderbird 115: CSS Customization

    @RobDF ; I am sorry you had not received any notification / alert for the reply I had posted. I shall leave it to @Wisewiz to show you detailed instructions on how to keep up with the threads / messages you wish to follow (he has more experience in providing detailed instructions on those...
  11. Alternative Browsers

    Using Sandboxie; This is the Certificate error I get when trying to access Google. After accepting the Certificate temporarily, Google loads. But, after a limited number of attempts, couldn't get any other sites to load.
  12. Thunderbird 115: CSS Customizations, Vol. 2

    I'll do some more testing tomorrow to see if there are any other side effects to this code!
  13. Thunderbird 115: CSS Customizations, Vol. 2

    Yes, I just tested on some live email coming in from one a/c to another. Try to see if this additional code makes any difference ( I hope it doesn't have any other side effects! ). userChrome.css addition #folderTree li.new-messages > .container > .name { color: white !important; } ie if a...
  14. Thunderbird 115: CSS Customizations, Vol. 2

    Nope! Even with the new css you posted, on my system, the account name folder gets started with it already selected. I don't know what might be causing the behaviour that you are seeing. Perhaps other users who are seeing a similar effect can confirm it, or have some idea about what is going on...
  15. Thunderbird 115: CSS Customizations, Vol. 2

    I can't reproduce what you are seeing, on Tbird portable 115.8.1 ; for me, the last folder which is selected on closing, automatically gets selected on re-starting and so the font color is already white (when I use one of your last userChrome.css). Perhaps you could re-post your complete...
Back
Top Bottom