Отображение вопросов с тегом: Показать все вопросы
  • Архивировано

disable threads

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… (читать ещё)

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.

Задан john358 1 год назад

Последний ответ от Nick At Night 1 год назад

  • Решено
  • Архивировано

userChrome.css - Help With Customizing Tabs (part 2)

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… (читать ещё)

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;

}

  1. TabsToolbar {
 -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 */

  1. TabsToolbar .tabbrowser-tab[selected] {
   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 */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   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+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 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 */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Задан Slouch 1 год назад

Дан ответ Slouch 1 год назад

  • Решено
  • Архивировано

Place / configure TB 115's main window's menu bar ABOVE the button toolbar

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… (читать ещё)

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.

Задан Cbhihe 1 год назад

Дан ответ david 1 год назад

  • Архивировано

Cannot reduce the message list pane

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 … (читать ещё)

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!

Задан HK 1 год назад

Последний ответ от Paul D 1 год назад

  • Архивировано

Grid lines (or "zebra striping") in Message list view?

In Thunderbird 115 (Supernova) is there a way to configure the Message list view so that it has grid lines, or "zebra striping"? I find it easier visually to look at. T… (читать ещё)

In Thunderbird 115 (Supernova) is there a way to configure the Message list view so that it has grid lines, or "zebra striping"? I find it easier visually to look at.

Thanks!

Задан forrie1 1 год назад

Последний ответ от dvdsom23 1 год назад

  • Архивировано

Firefox 97 want to always print with system dialog box

Prior to FF97 a simply setting to "false" the about:config, print.tab_modal.enabled setting allowed FF to always use the system dialog box when printing. However, in FF97… (читать ещё)

Prior to FF97 a simply setting to "false" the about:config, print.tab_modal.enabled setting allowed FF to always use the system dialog box when printing. However, in FF97, this is no longer the case. How can I set FF97 to always use the system print dialog box??

I almost always use Preview printing on my Macs to avoid multiple pages of garbage so this is fairly important to me...and it might help to save a few trees...

Задан jschneid002 3 года назад

Последний ответ от SuMo Bot 3 года назад

  • Решено
  • Архивировано

How can I get wider line spacing in the Message List?

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… (читать ещё)

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 */

  1. threadTree

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?

Задан MarjaE 1 год назад

Дан ответ sfhowes 1 год назад

  • Архивировано

Hamburger menu "Font Size" not working

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… (читать ещё)

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?

Задан escape2music 1 год назад

Последний ответ от Toad-Hall 1 год назад

  • Решено
  • Архивировано

While the display size is correct on my MacBook Pro 2021 screen is OK, it is huge and unusable on my second monitor

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… (читать ещё)

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 ?)

Задан Alain_Damlamian 1 год назад

Дан ответ Alain_Damlamian 1 год назад

  • Архивировано

Minimize, Maximise and Exit all now hiding.

I live with Firefix always in full screen. I Don't like seeing any bars or buttons of any kind. Befor the latest update, when I moved my mouse to the top of the screen … (читать ещё)

I live with Firefix always in full screen. I Don't like seeing any bars or buttons of any kind.

Befor the latest update, when I moved my mouse to the top of the screen my tabs popped down and in the top right corner was the standard icons for "minimize" "maximize" and "exit".

With the latest update the tabs are there but the 3 buttons have gone.

If I exit full screen (F11) then they are there again, but I dont want to have to exit full screen every time I change between programes which I do every few mins. I'd be popping pages in and out of full screen every few mins!

How do I get the buttons back all the time?

Задан lucyblairs 3 года назад

Последний ответ от tiffanyboyd78 3 года назад

  • Решено
  • Архивировано

adjust font

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 … (читать ещё)

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?

Задан boba41 1 год назад

Дан ответ boba41 1 год назад

  • Решено
  • Архивировано

Turn off all threading Thunderbird 115+

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… (читать ещё)

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?

Задан Martin Brampton 1 год назад

Дан ответ david 1 год назад

  • Архивировано

Print using system dialog can't be set as default in Firefox 97.0

I just updated from Firefox 96.0.3 to Firefox 97. When I try to print I get the Firefox preview, even though I have print.tab_modal.enabled set to false. Please fix it so… (читать ещё)

I just updated from Firefox 96.0.3 to Firefox 97. When I try to print I get the Firefox preview, even though I have print.tab_modal.enabled set to false. Please fix it so that I can get the print system dialog without going via the Firefox preview. Note that I have now reverted to Firefox 96.0.3 and won't update from this unless the problem is fixed.

Задан paul921 3 года назад

Последний ответ от jscher2000 - Support Volunteer 3 года назад

  • Архивировано

How can I allow certain host permissions to each user machine installation as an organization admin

I have one extension to be installed on the enterprise network machines. There are host permissions required to access All websites data. How can I, as an Admin, enable… (читать ещё)

I have one extension to be installed on the enterprise network machines. There are host permissions required to access All websites data. How can I, as an Admin, enable this host permissions for the installation ?

Задан Morankar 2 года назад

Последний ответ от Mike Kaply 1 год назад

  • Архивировано

Mail bar missing

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… (читать ещё)

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.

Задан m_nowak 1 год назад

Последний ответ от Toad-Hall 1 год назад

  • Решено
  • Архивировано

Inbox does not display sender’s email address

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. … (читать ещё)

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?

Задан hutch10 1 год назад

Дан ответ Toad-Hall 1 год назад

  • Решено
  • Архивировано

Stop threading, ditch 'Correspondents' and arrange all emails in descending date order

Many times now, I have needed to change folder views to 'Unthreaded', ditch 'Correspondents' in favour of 'From' and 'Recipient' and arrange my emails in descending date … (читать ещё)

Many times now, I have needed to change folder views to 'Unthreaded', ditch 'Correspondents' in favour of 'From' and 'Recipient' and arrange my emails in descending date order. Every time I create a new folder, I need to go through the same routine. Every time I download a new version of Thunderbird, all my folders are changed back to 'Threaded' and 'Correspondents' and are in Ascending date order, so I have to go through the whole process again. What I need is a simple 'global' setting in a menu, so that I can change the settings for ALL my Thunderbird folders in a simple series of clicks, without needing to go to each folder every time. Better still would be a 'once for all' fix that would prevent Thunderbird changing my settings every time I download a new version. There must be thousands of Thunderbird users who share my frustration with what is lotherwise an excellent email program. Please fix it!

Задан blackberrylane.co.uk 1 год назад

Дан ответ Toad-Hall 1 год назад