- Solved
- Archived
Supernova 115* - How to move the 'Menu Bar' above the 'Unified toolbar':
This question has been asked many times, so I'm providing some information on how to put the Menu Bar above the Unified Toolbar.
This question has been asked many times, so I'm providing some information on how to put the Menu Bar above the Unified Toolbar.
Why is the VIEW menu missing the ability to turn off threads? Hate threads, always have, stupid idea. Sorry, but no. Where can I completely disable threads? I upgrade… (read more)
Why is the VIEW menu missing the ability to turn off threads? Hate threads, always have, stupid idea. Sorry, but no. Where can I completely disable threads? I upgraded to 115 beta and all my accounts now have 'threads'... FML.
Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (read more)
Hi All,
I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.
Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.
Below is some code I used to style the tabs, but the problem exists without this code as well.
I've also included some "tabs on bottom" code I'm using as well at the very bottom.
Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)
Any help is appreciated.
Thanks!
/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {
background-color: #dbe3eb !important;
}
-moz-box-ordinal-group: 3 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 25px !important;
background-image: url("bkmr_back.gif") !important;
border-top: 1px solid #afc0d2 !important;
border-bottom: 1px solid #8698aa !important;
}
/* Background color of selected tab */ .tab-background[selected="true"] {
background-attachment: none!important; background-image: none!important; background-color: #eef5fc !important;
}
/* Background color of non-selected tab */ tab-background:not([selected]) {
color: #000000 !important; background-color: #c7d3e0 !important;
}
/* Border color & bold text for selected tab */
font-weight: 700 !important; color: #000 !important; border-top: 1px solid #8698aa !important; border-left: 1px solid #8698aa !important; border-right: 1px solid #8698aa !important;
}
/* Border color & normal text for non-selected tab */
font-weight: 600 !important; color: #000 !important; border-top: 1px solid #afc0d2 !important; border-left: 1px solid #afc0d2 !important; border-right: 1px solid #afc0d2 !important;
}
/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */
--tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 25px !important; /* adjust */ --tab-min-width: 80px !important; /* adjust */
}
position: absolute !important; bottom: 0; /* height: 27px !important; */ height: 28px !important; width: 100vw !important;
}
/* navigator-toolbox - padding */
position: relative !important; /*89+*/ padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/ background-color: var(--toolbar-bgcolor) !important;
}
/* TABS: HEIGHT */
min-height: var(--tab-min-height) !important; max-height: var(--tab-min-height) !important;
}
.tab-stack {
height: var(--tab-min-height) !important;
}
height: var(--tab-min-height) !important; margin-bottom: 0px !important; /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/ /* background-color: var(--toolbar-bgcolor) !important; */ color: var(--toolbar-color) !important;
}
/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
width: 40px;
}
/* Override vertical shifts when moving a tab */
padding-bottom: unset !important;
}
padding-bottom: unset !important; margin-bottom: unset !important;
}
margin-top: unset !important;
}
/* hide indicators and caption buttons */
/* -------------- TABS ON BOTTOM --------------- */
Hi, In TB 102 the menu toolbar was still above the button toolbar, if I am not mistaken. In TB 115 this seems to have changed... I could not find a way to customize it b… (read more)
Hi, In TB 102 the menu toolbar was still above the button toolbar, if I am not mistaken. In TB 115 this seems to have changed... I could not find a way to customize it back as it was. Pointers anyone ? Thank you.
I am running on TB release 60.5.0. In the TB previous release, TF&SC worked fine for text (font) size control on incoming and outgoing messages. In the latest TB rel… (read more)
I am running on TB release 60.5.0.
In the TB previous release, TF&SC worked fine for text (font) size control on incoming and outgoing messages. In the latest TB release TF&SC does not support the text (font) size.
The text size is miniscule. I can use the "ctrl +/-". However, this procedure is a drag when TF&SC has worked flawlessly in the previous TB release.
Is it not time for TB to have built-in text/font sizing control?
Your help on this issue would be appreciated.
Regards,
mikeandsylvia
I upgraded to version 115.2.2 (64 bits), on a Windows 10 OS. I used to be able to reduce the pane of the message list, so that I could expand the contents of a selected … (read more)
I upgraded to version 115.2.2 (64 bits), on a Windows 10 OS.
I used to be able to reduce the pane of the message list, so that I could expand the contents of a selected message. But now it has a lower limit, where I cannot push the line up further.
Attached is an image showing the line of concern. I could drag it down, but no further up. How could I change this behavior?
Thanks!
I had my userCrome.css set to widen line spacing in the message list, among other things. Updating to Þb 115 broke this, and since I can't inspect the css, I don't know h… (read more)
I had my userCrome.css set to widen line spacing in the message list, among other things. Updating to Þb 115 broke this, and since I can't inspect the css, I don't know how to fix this again.
My current css includes:
/* Message List */
treechildren::-moz-tree-cell-text {
font-size: 16pt !important; color: black !important
}
/* treechildren::-moz-tree-row {
margin-top: 0pt !important; margin-bottom: 6pt !important;
} */
treecol:not([hideheader="true"]), treecolpicker:not([hideheader="true"]) { -moz-appearance: none !important; padding-top: 2px; padding-bottom: 2px; }
treecol:not([hideheader="true"]):hover, treecolpicker:not([hideheader="true"]):hover { }
I tried relaxed density, but it expands *everything*, not just the message list.
Also, in Firefox, how can I use this site and avoid all the animated headers?
In Thunderbird 115.3.1, when I click on the Hamburger menu (3 horizontal lines), there is a "Font Size" option, but it does not do anything. Clicking + or - or trying to… (read more)
In Thunderbird 115.3.1, when I click on the Hamburger menu (3 horizontal lines), there is a "Font Size" option, but it does not do anything. Clicking + or - or trying to type in new font size - nothing works. Why?
Hello, While the display size is correct on my MacBook Pro 2021 screen is OK, it is huge and unusable on my second monitor (see images). My layout.css.devPixelsPerPx is s… (read more)
Hello, While the display size is correct on my MacBook Pro 2021 screen is OK, it is huge and unusable on my second monitor (see images). My layout.css.devPixelsPerPx is set at 2.5. If I set it at default (-1), the external monitor display is OK, but the internal monitor is so small that it is unreadable (to the extend that it was actually hard to figure out how to revert back to so I moved the window to the external monitor). This is a bug. There should be a setting per monitor or the default should follow the System Preferences setting for all monitors.
Please fix this quickly!
Thank you, Alain Damlamian p.s.: I tried to upload two pdf images but they were refused (why only accept jpg ?)
Please see the attached. On the upper part of the email, the font is extremely small. I've tried everything I could find to make the font larger, but haven't found the … (read more)
Please see the attached. On the upper part of the email, the font is extremely small. I've tried everything I could find to make the font larger, but haven't found the solution. On the bottom part, the font is larger. That font I can adjust. Can someone tell me how to enlarge the font on the upper part of the emails?
Running TB 38.0 on an iMac, OS 10.6.8. This seems to be new problem as of the past day or two. I noticed all sorts of extraneous contacts listed in the sidebar, and reali… (read more)
Running TB 38.0 on an iMac, OS 10.6.8. This seems to be new problem as of the past day or two. I noticed all sorts of extraneous contacts listed in the sidebar, and realized that those were in an address book, separate from my personal addresses, that lists incoming addresses I've granted permission to load "remote content." Eventually, I realized that this was because the pop-up at the top of the contacts sidebar was set to display "all address books" rather than my "personal address book." If I reset the pop-up to "personal address book," it displays the correct list, and will default to the "personal address book" in subsequent composition windows that I open during the same session. However, if I quit TB, when I relaunch TB the sidebar reverts to "All Address Books" by default. How can I get it to retain "personal address book" by default, even if this is the first message I'm composing after launching TB? It did so in the past!
The latest version of THUNDERBIRD was automatically downloaded yesterday. The first time I used it to do my e-mails, I noticed a MAJOR change in the addressing section. … (read more)
The latest version of THUNDERBIRD was automatically downloaded yesterday. The first time I used it to do my e-mails, I noticed a MAJOR change in the addressing section. With earlier versions, once you typed in a person's e-mail address, and pressed the ENTER key, the NEXT open line for additional e-mail addresses was the SAME type as the previous one (To:, Cc:, or Bcc:). Now I noticed that when sending an e-mail to multiple addresses, each time you are forced to change the mode (To:, Cc:, or Bcc:) Do you have any idea how annoying this is??? WHY would this feature be included?
Also, WHY does the cursor disappear many times when editing an text message? This is also very annoying & has been an ongoing problem with several previous releases of T-BIRD.
Finally, I do not understand WHY, when editing certain text of an existing e-mail, when the cursor is placed at the end or close to the end of a line of text, AND the END key is pressed, the included text is highlighted. Pressing the DELETE key then moves the undeleted portion of the text line to a line ABOVE where it first appeared. This is very strange, and also annoying.
Thank you.....
Answers to the question "how to turn off all threading in Thunderbird" no longer work with changed menu structures in Thunderbird 115. What is the answer to this question… (read more)
Answers to the question "how to turn off all threading in Thunderbird" no longer work with changed menu structures in Thunderbird 115. What is the answer to this question now?
The Theme & Font size changer periodically stops working (all the messages become tiny) and goes missing. I have tried reinstalling version 62.0 for TB, but nothing … (read more)
The Theme & Font size changer periodically stops working (all the messages become tiny) and goes missing.
I have tried reinstalling version 62.0 for TB, but nothing happens - in the past when I've done a reinstallation it has worked.
Can someone please let me know why this is happening?
P.S. I use the same Theme & font size changer with FF 57.0.4 and it works fine, never goes missing.
I would like to see the sender's email address in lieu of a name. The inbox SELECT COLUMNS TO DISPLAY does not offer an option to DISPLAY THE SENDER’S EMAIL ADDRESS. … (read more)
I would like to see the sender's email address in lieu of a name.
The inbox SELECT COLUMNS TO DISPLAY does not offer an option to DISPLAY THE SENDER’S EMAIL ADDRESS.
Both From and Correspondents display the same names. Perhaps replacing one of those with the SENDER’S EMAIL ADDRESS?
When I select "Edit as New Message" in Thunderbird (v52.9.1) on a Mac, the message editor comes up in html mode even if I have set everything to plain text. I have read … (read more)
When I select "Edit as New Message" in Thunderbird (v52.9.1) on a Mac, the message editor comes up in html mode even if I have set everything to plain text.
I have read all the articles on this and done all the things people have recommended including messing with Advanced options, account settings, etc. However, none of these solutions work.
Attached is a screenshot showing the problem. The first screenshot shows my inbox. The second shot shows that "Edit as new message" comes up in html mode.
Please advise.
I recently purchased a new laptop and needed to migrate my old Thunderbird profiles. This is what I did: 1. Backed up profiles from old laptop 2. downloaded and installed… (read more)
I recently purchased a new laptop and needed to migrate my old Thunderbird profiles. This is what I did: 1. Backed up profiles from old laptop 2. downloaded and installed latest version of Thunderbird on new laptop 3. coped profiles into \roaming directory 4. tested and successfully received emails and viewed all old emails.
The problem is that the Mail toolbar is nowhere to be found. Also, the calendar is missing. I tried right clicking on empty space and it only showed "menu bar" as an option. Attachment shows nothing in the toolbars option of View dropdown.
Yo all ! I just upgraded an old Outlook 6.x express to TB. To my surprise the mail filter apparantly misses an essential functionality. You cannot filter a mail a… (read more)
Yo all !
I just upgraded an old Outlook 6.x express to TB.
To my surprise the mail filter apparantly misses an essential functionality.
You cannot filter a mail address on it's domain, but only on the entire mail-address.
So instead a single filter on "@hotels.com", You must create a filer one each (new) name that appears, like
offers@hotels.com last_chance@hotels.com spam@hotels.com etc... etc...
And especially those ...pain-in-the-a***... rayban sunglass spammers, that change name every week cannot be filtered (thay know that TB misses this, so thats why thay do it).
This lack of funcionality is allso decribed in the online doc. with the use of the "from" and "is" in the filter rules, which only takes the full address.
COME ON MOZILLA - make the (simple) patch, so We can sort out an entire domain instead of that bird-picking.
I thought I upgraded from Outlook Express, but apparantly not, because this functionality has been there since ages...
Im soon looking for another client.....
I really hesitate to ask contributors for help. I know you're all volunteers and you don't deserve these headaches. I used Thunderbird happily for years. Then the old … (read more)
I really hesitate to ask contributors for help. I know you're all volunteers and you don't deserve these headaches.
I used Thunderbird happily for years. Then the old Thunderbird started have problems. I raised the problems here and got a lot of help until it was just so unusable, I quit.
I tried a number of mail programs that was on my linux computer. It just boggles the mind how many different ways people can think of to handle things that need simplicity.
I want a left side column that has all my email accounts visible all the time. I want an email screen that I can close without automatically going to the next email. Right now, If I call up an email to read, I lose my email account list. There are two ways to get back to the email account list. One is to press the "<" to move the top line of whatever to the right and the arrow to the left until "INBOX" appears. The other way is the hit in "inbox" box, which gets you nothing. I hit the next box below and I get my Address books. Being curious, after I got the Address books, I hit the Inbox button again - and now I get the Inbox (list of all email accounts). Why can't they make the top button work the first time?
In the overall settings, I indicated that I wanted the print to be 26 pixels, picas, whatever, and it does nothing! I'm 84 and I can read the small print. Why doesn't the settings work?
When I switched to 115, I gave a donation because I thought that they fixed things. I'm not donating anything again until they not only fix things but they don't design what they think is an oversmart application. There's this new thing - what - SuperNova. I'm not going anywhere near that.
I'm not trying to upset volunteers, you don't deserve that. What I want is this passed on to the company so they know just how frustrating it is to work with their software. Volunteers, please don't take this personally. You work too hard to help people out.