[Ext] CustomizeMyBird

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
rocco.xyz
Posts: 31
Joined: December 28th, 2015, 10:54 pm

Re: [Ext] CustomizeMyBird

Post by rocco.xyz »

Hello Aris
How can I change the blue color of the Thunderbird tab bar to gray, like Firefox?

Image

Image
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] CustomizeMyBird

Post by Aris »

Find Thunderbirds profile folder, create a new sub-folder chrome, create a new text files and save it as userChrome.css (not userChrome.css.txt) and add this code to it:

Code: Select all

#navigation-toolbox {
  background: #c7c7c7 !important;
}
Works in Tb52 and 59+.
rocco.xyz
Posts: 31
Joined: December 28th, 2015, 10:54 pm

Re: [Ext] CustomizeMyBird

Post by rocco.xyz »

Thank you :)
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] CustomizeMyBird

Post by Aris »

New CMB versions will be distributed through Github.
AMO is dead, updates do not get reviewed anymore.
Thunderbird add-ons will be removed from AMO and moved to a new location this year.

Classic/oldschool/bootstraped/legacy add-ons are still treated like #### by and on AMO, while crappy WebExtensions pass reviews automatically without being reviewed by humans!
Last edited by Aris on May 28th, 2018, 12:35 am, edited 1 time in total.
User avatar
WildcatRay
Posts: 7484
Joined: October 18th, 2007, 7:03 pm
Location: Columbus, OH

Re: [Ext] CustomizeMyBird

Post by WildcatRay »

:-k [-( ](*,)
Ray

OS'es: 4 computers with Win10 Pro 64-bit; Current Firefox, Beta, Nightly, Chrome, Vivaldi
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] CustomizeMyBird

Post by Aris »

After two month of no review, I contacted AMOs review team and CMB finally got a review. Unfortunately the version on AMO is 2.0.5 yet, so anyone wanting the most up-to-date version still has to visit Github.
telzey
Posts: 35
Joined: November 18th, 2016, 12:15 pm

Re: [Ext] CustomizeMyBird

Post by telzey »

Hi, Aris,

I just installed CMB 2.1.0 in TB 52.7, and I have a small problem. On my netbook, I can't escape from the options panel. I suspect that there is a close box off-screen, but it seems that the panel cannot be moved or resized. Would it be possible to make the options panel smaller or at least resizable? Netbook display is 1024x600.

Thanks!
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] CustomizeMyBird

Post by Aris »

I could set a maximum window height below 600px, but Thunderbird 60 is right around the corner, where options are displayed inside a tab instead of a window.

Test this version:

Code: Select all

https://www.dropbox.com/s/fnnk7br5g601bd1/CMB_v2.1.0a.xpi?dl=0
telzey
Posts: 35
Joined: November 18th, 2016, 12:15 pm

Re: [Ext] CustomizeMyBird

Post by telzey »

That works great. Thanks a lot!
User avatar
D.Dancer
Posts: 76
Joined: February 5th, 2006, 1:09 pm

Re: [Ext] CustomizeMyBird

Post by D.Dancer »

This question I asked over here: https://support.mozilla.org/en-US/questions/1221859 led me to your add-on, and after installing it to get the attachment bar somewhere at the top of the message window, am finding that the attachment bar is still at the bottom of the message window. Otherwise I like all the various tweaks you can do with the add-on.
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] CustomizeMyBird

Post by Aris »

The preference to move the attachment "box" is disable by default. You have to enable it on CMBs options window/tab.

Image

This works fine for me on Tb 52-62. If you have issues to get it to work, disable all other add-ons while testing. Also tell me the Tb version and OS you are using.
User avatar
D.Dancer
Posts: 76
Joined: February 5th, 2006, 1:09 pm

Re: [Ext] CustomizeMyBird

Post by D.Dancer »

Image
Like this. No other extensions.
Thunderbird 52.8 and claims to be up to date.

OS is Win10.
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] CustomizeMyBird

Post by Aris »

Works will all three window layouts and looks like this for me in vertical layout for example:

(option disabled) https://i.imgur.com/SwAvFZ1.png

(option enabled) https://i.imgur.com/nC3ToKd.png
User avatar
D.Dancer
Posts: 76
Joined: February 5th, 2006, 1:09 pm

Re: [Ext] CustomizeMyBird

Post by D.Dancer »

It does not work for me in a New Message Window.
User avatar
Aris
Posts: 3248
Joined: February 27th, 2011, 10:14 am

Re: [Ext] CustomizeMyBird

Post by Aris »

Get the fixed version (2.1.3.2) from here: https://github.com/Aris-t2/CustomizeMyB ... /tag/2.1.3
Post Reply