JYLD

Results 19 comments of JYLD

Additional Update. One can lay image files in the Folder Tree and Quick Filter Bar areas of the email tab, calendar tab, and address book tab using the following code...

This is from my own CSS tweaks that I use with CustomizeMyBird. This is a complete CSS sample code to control all of TB's User Interface Fonts. This listing does...

This is my final complete set of tweaks. I've finished. I've tweaked everything there is to tweak. For what I've set out to do there is finally nothing left that...

Just came across this method of modifying icons on tabs: tab.tabmail-tab[label="Calendar"] image.tab-icon-image { width: 0 !important; padding-right: 16px !important; margin-bottom: 1px !important; background-image: url("file:///T:/Users/Administrator/AppData/Roaming/Thunderbird/Profiles/6ztqu4q0.AB/extensions/Calendar.png") !important; } tab.tabmail-tab[label="CustomizeMyBird"] image.tab-icon-image { width:...

Just realized I never configured the attachment bar on the email tab. So here it is: /*_Attachment Bar_*/ #attachmentBar { background: rgba(18,104,190,.8) linear-gradient(rgba(170,232,252,.8), rgba(47,141,235,.7) 49%, rgba(32,133,234,.6) 51%, rgba(20,114,208,.5)) !important; height:...

I've incorporated the above improvements for the attachment bar and Tab icons, made a couple of coding improvements I discovered were needed, added linear-gradient styled highlight and hover bars for...

I've noticed in other forums and in my own use of TB that a few emails come through with fonts that are too small. Setting a large minimum font size...

Place this at the bottom of my css and it puts the special folder icons back instead of the green bullets I use for all the other folders. Note I...

This is the current version of my CSS for CMB (or userChrome.css) as of 12/26/20: /*_General, Mail Tab, And Other Tabs Configuration_*/ /* remove menu and toolbar text shadows */...