Aris-t2 / CustomizeMyBird

Customize Thunderbird 52-60.x (no support for Thunderbird 68+)
16 stars 5 forks source link

[Win8/10] Thunderbird 60+ bottom/status bar color issue #15

Closed Acid-Crash closed 5 years ago

Acid-Crash commented 5 years ago

CustomizeMyBird 2.7.1 Win10x64 (default theme) When General UI > "Main UI & toolbar color: Default" is selected bottom bar inherits tom window color Could you please look it this is this an expected behavior? tb

Aris-t2 commented 5 years ago

Yes, this is the expected behavior (but I have no idea why). Check with CMB disabled, the result is the same.

Aris-t2 commented 5 years ago

Try to add something like this to custom CSS area:

    .chromeclass-status:not(:-moz-lwtheme) statusbarpanel,
    .chromeclass-status:not(:-moz-lwtheme) .statusbar-resizerpanel{
      -moz-appearance: none !important;  
      background: lightgrey !important;
      border-left: 0px !important;
      border-right: 0px !important;
      border-bottom: 0px !important;
    }
Acid-Crash commented 5 years ago

Hi, Actually when CustomizeMyBird is disabled this issue is not present. Luckily the code you've provided fixes this behaviour

Aris-t2 commented 5 years ago

I will look into it.

Aris-t2 commented 5 years ago

https://github.com/Aris-t2/CustomizeMyBird/releases