Aris-t2 / CustomizeMyBird

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

"Tabs: Default Thunderbird tabs" interferes with default style #19

Closed ThisIsABug closed 5 years ago

ThisIsABug commented 5 years ago

I am going to be very lazy here, sry :)

customizemybird

Aris-t2 commented 5 years ago

I will look into it.

Aris-t2 commented 5 years ago

What DPI level are you using?

I don't see this glitch on 100% and 125%. Does changing tab height have any effect on this glitch?

123

ThisIsABug commented 5 years ago

It only happens when the window is maximized, sorry I forgot about that. My DPI level is 100%. Tab height doesn't seem to affect the issue.

Aris-t2 commented 5 years ago

My bad, I should have noticed the maximized icon ;-)

Test CMB_v2.7.9r1.xpi from here: https://github.com/Aris-t2/CustomizeMyBird/releases/tag/2.7.8

ThisIsABug commented 5 years ago

Works!aaaround :D It's not blurry anymore. Personally I love this (because my ocd doesn't kick in anymore when it's as sharp as the rest), thank you. Practically the issue just moved from a blurry button to a displaced frost effect :D Do you know the identifier of the frost effect? I would like to get rid of it through userChrome.css I can't get the inspector to work with the messenger.xul in a way that changes - made in inspector - directly change something on the mail-client. So finding identifiers is a bit cumbersome.

Aris-t2 commented 5 years ago

It depends on your Tb version, but this should cover Tb52-66+:

#tabs-toolbar::after,
#tabs-toolbar::before,
#navigation-toolbox::before,
#navigation-toolbox::after {
  box-shadow: none !important;
}
ThisIsABug commented 5 years ago

Awesome, thank you :)