Showing questions tagged: Show all questions

Folder layout for new folders

Dear Sirs, I have a common layout for folders. If I create a new folder, Thunderbird 115.10.1 (and previous versions) always uses a different layout. Sometimes I forget … (read more)

Dear Sirs,

I have a common layout for folders. If I create a new folder, Thunderbird 115.10.1 (and previous versions) always uses a different layout. Sometimes I forget to change the layout and when opening the newly created folder I am confused. I find it also annoying to always apply my folder layout to the newly created folders.

Is there any method/setting to define/set the layout for new folders?

Kind regards,

Jens

Asked by FF Konto Jens 2 days ago

Last reply by FF Konto Jens 1 day ago

Tabs bar is scrolling

I can't find a way to disable tabs scrolling. This is highly confusing, I have to always look for my tabs and do extra clicks and scrolling. This is very distracting. Als… (read more)

I can't find a way to disable tabs scrolling. This is highly confusing, I have to always look for my tabs and do extra clicks and scrolling. This is very distracting. Also those two buttons - "<" & ">" - they occupy extra space. The left one is especially annoying because I expect a "+ new tab" button to be there. I don' want to test/use this new experimental feature, how can I turn this off? Thank you.

Asked by Arseniy Fomchenko 1 day ago

Grouped by (expanded)

Hi there! I made a screen-shot just in case I don't explain this well :) In my inboxes this works well on both my emails - the "groups" 'today, yesterday, last 7, la… (read more)

Hi there! I made a screen-shot just in case I don't explain this well :) In my inboxes this works well on both my emails - the "groups" 'today, yesterday, last 7, last 14 & older' are all expanded all the time. (see image)

This is however not the case in other folders like sent, junk, deleted etc. I need to manually click the name "today/yesterday etc." to expand it. Next time I go to that folder again, they are all 'un-expanded/closed/collapsed' again.

I would like them to be expanded as default all-the-time in every folder I have! Is there a setting for this somewhere that I can set to 'true' or just check a box?

Asked by micke 1 day ago

Firefox is not setting my location correctly on a desktop, Android cell phone is fine

I have Firefox on Windows, Linux, and Android. Anytime I use Firefox on a desktop, it sends me to Tornado Alley in Kansas. However, I am not in Kansas, and I don't have d… (read more)

I have Firefox on Windows, Linux, and Android. Anytime I use Firefox on a desktop, it sends me to Tornado Alley in Kansas. However, I am not in Kansas, and I don't have dog named Toto either. I am in the Detroit area. If I use other browsers, I don't have this problem. It only happens on desktop computers. On my cell phone it shows the correct location. I have already done the simple troubleshooting measure (for a year now: clearing cache, uninstall, reinstall, etc...) and NOTHING removes me from this Tornado Alley, Kansas location on the Firefox browser. If I use Chrome, Opera, Edge, etc... I don't get this problem. It must be something in the Firefox program.

Asked by tigerprowlusa 1 month ago

Last reply by tigerprowlusa 21 hours ago

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (read more)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Asked by Slouch 5 days ago

Last reply by Slouch 1 day ago

Receiving emails with and without attachments all in the same list

Hi - how I receive my Thunderbird emails have changed. I now have to toggle on the attachment (paper clip) symbol to see emails received and sent that have / don't have a… (read more)

Hi - how I receive my Thunderbird emails have changed. I now have to toggle on the attachment (paper clip) symbol to see emails received and sent that have / don't have attachments. Previously they were all in the same list. I didn't knowingly change any of the settings. I'd like to reset the emails so that all emails are in one continuous list - both with and without attachments.

Very much appreciate it if I could be guided through how to reset this.

Thanks

Steve

Asked by steve622 1 day ago

Last reply by steve622 13 hours ago

Blue progress bar no longer showing after clicking on download icon in Firefox

Some months ago, Firefox stopped displaying the blue progress bar that would normally show once you clicked on the download icon. You still see the usual file info but n… (read more)

Some months ago, Firefox stopped displaying the blue progress bar that would normally show once you clicked on the download icon. You still see the usual file info but now the progress bar of the download is gray instead of blue and is extremely hard to see. You have to look closely but in the first screenshot you can see where the shade of gray of the progress bar changes, just under the "6" of the "x86" part of the file name. But if you click on the "show all downloads" link, then the blue progress bar will show as usual for any in-progress downloads in the Library window, as shown in the second screenshot.

It isn't a huge issue but is still annoying when you just want to quickly see the progress of downloads in Firefox. I haven't changed any of the colors in Firefox or in Windows for that matter, I'm currently running Windows 10. All other dialog boxes, windows, etc. all display normally on my system. Just curious if anyone else is having this problem and hopefully a future update can take care of it.

Thanks very much!

Asked by jbb2004g 1 week ago

Last reply by jbb2004g 6 days ago

Move Tab Icons (favicons) up 1px

Hi All, For some reason my tab icons look a little low, and I would like them more vertically centered. I've been trying to move these icons around using some older cod… (read more)

Hi All,

For some reason my tab icons look a little low, and I would like them more vertically centered.

I've been trying to move these icons around using some older code that doesn't seem to work anymore.

The code below no longer has any effect.

Does anyone know how to move the tab icons up 1 pixel?

Thanks!

/* padding doesn't move them */
.tab-throbber, .tab-icon-image { padding-bottom: 4px !important; }
/* margin doesn't move them */
.tab-throbber, .tab-icon-image { margin-bottom: -2px !important; }
/* can't even turn the icons off LOL */
.tab-icon-image { display:none !important; }

Asked by Slouch 15 hours ago

Last reply by Slouch 8 minutes ago