Showing questions tagged: Show all questions
  • Solved
  • Archived

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 ver… (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;

}

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

Asked by Slouch 1 year ago

Answered by Slouch 1 year ago

  • Solved
  • Archived

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… (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?

Asked by Martin Brampton 2 years ago

Answered by david 2 years ago

  • Solved
  • Archived

plain text mode

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 a… (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.

Asked by Joseph Picone 7 years ago

Answered by Zenos 7 years ago

  • Solved
  • Archived

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. B… (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?

Asked by hutch10 2 years ago

Answered by Toad-Hall 2 years ago

  • Solved
  • Archived

Removing the Extensions Puzzle Piece Icon?

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it...… (read more)

I just updated to the latest version of Firefox, and all of a sudden I have a new icon, Extensions, that looks like a puzzle piece, I cant seem to be able to remove it....at all.

Asked by Imot 3 years ago

Answered by cor-el 3 years ago

  • Solved
  • Archived

incoming messages

Why can I not select the order in which I wish incoming messages to be displayed?

Asked by petewalton 2 years ago

Answered by petewalton 2 years ago

  • Solved
  • Locked
  • Archived

Problem displaying unified folders

Hi, Since the last update of thunderbird to version 115.0.1 (64 bits), the display of unified folders is impossible. Has anyone had this same problem?

Asked by dagois 2 years ago

Answered by dagois 2 years ago

  • Solved
  • Locked
  • Archived

donation notice keeps appearing on browser

Hello We've made a donation, but we're still getting the annoying "DONATION" notice popping up at the browser. WE WOULD LIKE TO DISABLE IT PLEASE. PLEASE PROVIDE THE INST… (read more)

Hello

We've made a donation, but we're still getting the annoying "DONATION" notice popping up at the browser.

WE WOULD LIKE TO DISABLE IT PLEASE. PLEASE PROVIDE THE INSTRUCTIONS TO DO IT.

Thanks Vitor Neves CMS INC.

Asked by CAD-MANUFACTURING SOLUTIONS INC. 1 year ago

Answered by CAD-MANUFACTURING SOLUTIONS INC. 1 year ago

  • Solved
  • Archived

Can't find user_pref("layout.css.devPixelsPerPx" in prefs.js

Made a mistake by changing user_pref("layout.css.devPixelsPerPx" from I think - 0.5 to +0.5 as incoming emails font was miniscule, but made nor difference... so tho… (read more)

Made a mistake by changing user_pref("layout.css.devPixelsPerPx" from I think - 0.5 to +0.5 as incoming emails font was miniscule, but made nor difference... so thought it may be a font size, so changed to 12.... Now ginormous and unreadable. Searched through pages here for an answer and got to the prefs.js folder to find this file but it is not there.... I searched with notepad edit search for "layout" but no luck. Any ideas anyone? I tried adding the line user_pref("layout.css.devPixelsPerPx", "1.5"); whilst TB was closed and then opened TB but had made no difference.. :-( Any ideas anyone? TIA Graham

Asked by grahamspain 2 years ago

Answered by grahamspain 2 years ago

  • Solved
  • Archived

Quick Filter Bar disappears and I have to add it back

My Quick Filter Bar has been disappearing for years. I add it back by selecting View-Tools-Quick Filter Bar but eventually it will disappear again. It will remain a few … (read more)

My Quick Filter Bar has been disappearing for years. I add it back by selecting View-Tools-Quick Filter Bar but eventually it will disappear again. It will remain a few weeks or so and then it will be gone. I don't know the behavior that causes it to disappear. My only guess is that I coincidentally hit some sequence of keys that de-selects the option. Any ideas on how I can prevent this? I have version 52.5.2 (64-bit) but it has occurred for many, many versions. I would very roughly guess it has been occurring for over 6 years.

Thanks, Mike

Asked by Mike McGovern 8 years ago

Answered by Toad-Hall 8 years ago

  • Solved
  • Archived

different letters

when i write a new mail i have this kind of letters , by sent or received mail, the letters are different, see my two screenshots. how can i install that the letters in … (read more)

when i write a new mail i have this kind of letters , by sent or received mail, the letters are different, see my two screenshots. how can i install that the letters in a written mail are the same in each group?

Asked by Slawomir Dzwonek 2 years ago

Answered by Wayne Mery 1 year ago

  • Solved
  • Archived

Red flag in threads column

All of a sudden, I can't see emails that I know are there because the subject of a previous message in my inbox is underlined. I can find the emails when I search for the… (read more)

All of a sudden, I can't see emails that I know are there because the subject of a previous message in my inbox is underlined. I can find the emails when I search for them by putting in a recipients name. And when they show up the thread column exhibits a red flag (don't know what it means). HELP.

Asked by rkeleher 7 years ago

Answered by Toad-Hall 7 years ago

  • Solved
  • Archived

Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar st… (read more)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}

Asked by Slouch 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

How can I set the email message sort to descending date for all folders in all accounts?

How can I set the email message sort to descending date for all folders in all accounts? With many accounts with many folders each, manually changing the sort from ascend… (read more)

How can I set the email message sort to descending date for all folders in all accounts? With many accounts with many folders each, manually changing the sort from ascending to descending is a lot of needless work. A global default is needed, and if there is one, I can't find it.

Asked by macbikegeek 1 year ago

Answered by david 1 year ago

  • Solved
  • Archived

Thunderbird 60: no persistent indicator for new mail?

Up to now I have been using the FireTray add-on, this is no longer working in Thunderbird 60 even if I enable legacy add-ons. I do believe that Thunderbird is making a ca… (read more)

Up to now I have been using the FireTray add-on, this is no longer working in Thunderbird 60 even if I enable legacy add-ons. I do believe that Thunderbird is making a catastrophic mistake by cutting itself off from a large part of its add-on ecosystem, but I don’t want to debate that here. What I think is really missing is some form of indicator that new e-mail has arrived (not unread but new) that is not transient. If I leave my screen for a while with a minimised TB process running, I will now have to maximise the window and check all accounts (actually, all folders that might receive new mail via filtering) to see if I have missed a new mail notification while I was away. The same applies if I was at the screen but focused on something else. With FireTray I would have seen a change in the tray icon. Now it seems that I have to check the folder pane for a colour change in the names of all candidate accounts or folders. I cannot believe that TB developers want to force us to do constantly inspect the window, so I’d like to know how I am supposed to be able to check if new email has arrived without having to maximise the window. Any suggestions?

Asked by sebalis 7 years ago

Answered by Matt 7 years ago

  • Solved
  • Archived

Change tab colors

Hello, I have Win8 with black borders, so I can't read and see inactive tabs at all. (http://i.imgur.com/9feS5wN.png ) I want to change the text color and make it so tha… (read more)

Hello, I have Win8 with black borders, so I can't read and see inactive tabs at all. (http://i.imgur.com/9feS5wN.png ) I want to change the text color and make it so that the hover effect is displayed at all times. (http://i.imgur.com/wRubuQ3.png )

I found a bunch of different things to do, like "tab:not([selected="true"]" ".tabmail-tab" but none of it works. So which identifier (or whatever it's called) can I use? And how can I achieve the hover effect?

I hope someone can help, thanks in advance :)

Edit: I got the hover effect working, it's in a post on the bottom of the page.

Asked by fizzebu 11 years ago

Answered by fizzebu 11 years ago

  • Solved
  • Archived

Can I change the background colour of unread messages in list?

If I mark a message as Unread, it appears in the list of messages in boldface type. But I am finding it very hard to distinguish those in bold from other messages that ha… (read more)

If I mark a message as Unread, it appears in the list of messages in boldface type. But I am finding it very hard to distinguish those in bold from other messages that have been read and are not bold. Is there anything in advanced settings that would allow me to change the fill colour in the listing box, or perhaps the colour of the type, in order to distinguish unread messages more visibly from those I have read? Thanks!

Asked by Clive Chafer 2 years ago

Answered by Toad-Hall 2 years ago

  • Solved
  • Archived

Language pack dutch

My Thunderbird version 52.9.1. First language = French Cannot upload DUTCH language package (as second language) because last version of complementary module appears to b… (read more)

My Thunderbird version 52.9.1. First language = French Cannot upload DUTCH language package (as second language) because last version of complementary module appears to be corrupted. BA Brussels - Belgium 19-07-2018

Asked by BernardAmeye 7 years ago

Answered by BernardAmeye 7 years ago

  • Solved
  • Archived

Can not seperate email accounts

I have had to Restore my laptop. Since I have I can not seem to separate my email accounts. I wish them to be kept separate because I use different 'Signatures' for each … (read more)

I have had to Restore my laptop. Since I have I can not seem to separate my email accounts. I wish them to be kept separate because I use different 'Signatures' for each account. Is there a way to separate the accounts in Thunderbird? If not How do I delete all the email accounts connected to the main email account, without affecting any email accounts outside of Thunderbird so that I can then add them individually?

Asked by Steve 1 year ago

Answered by Steve 1 year ago

  • Locked
  • Archived

When i want to sent a message to a group but i want to exclude one member of that group, how does that work

I have two groups of email addresses that I sent group mail to. If I want to exclude one or more people in a group due to the content or something but do not want to remo… (read more)

I have two groups of email addresses that I sent group mail to. If I want to exclude one or more people in a group due to the content or something but do not want to remove them from the group, how do I do this? I also forward mail to these groups and if one of the people in the group has sent me a message that I want to sent to the group, I want to remove the senders name before forwarding the message but do not want to remove the sender from the group. In my old email software when I add the groups to the message I could double click to show the mail addresses and remove any that I did not want to include for the current message, without removing them for the group.

Asked by SuMo Bot 11 years ago

Last reply by SuMo Bot 8 months ago