Kukhonjiswa imibuzo ethegiwe:

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… (funda kabanzi)

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

Kusonjululiwe Okugcinwe kunqolobane 45 2272

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… (funda kabanzi)

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?

Kusonjululiwe Okugcinwe kunqolobane 22 923

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… (funda kabanzi)

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.

Kusonjululiwe Okugcinwe kunqolobane 22 692

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...… (funda kabanzi)

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.

Kusonjululiwe Okugcinwe kunqolobane 20 1045

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… (funda kabanzi)

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

Kusonjululiwe Okugcinwe kunqolobane 14 151

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… (funda kabanzi)

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.

Kusonjululiwe Ikhiyiwe Okugcinwe kunqolobane 14 184

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 … (funda kabanzi)

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

Kusonjululiwe Okugcinwe kunqolobane 14 257

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… (funda kabanzi)

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;
}
Kusonjululiwe Okugcinwe kunqolobane 13 628

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… (funda kabanzi)

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.

Kusonjululiwe Okugcinwe kunqolobane 13 177

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 … (funda kabanzi)

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?

Kusonjululiwe Okugcinwe kunqolobane 13 130

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… (funda kabanzi)

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.

Kusonjululiwe Okugcinwe kunqolobane 12 212

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… (funda kabanzi)

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?

Kusonjululiwe Okugcinwe kunqolobane 11 40

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… (funda kabanzi)

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!

Kusonjululiwe Okugcinwe kunqolobane 11 1075

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… (funda kabanzi)

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.

Kusonjululiwe Okugcinwe kunqolobane 11 52

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 … (funda kabanzi)

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?

Kusonjululiwe Okugcinwe kunqolobane 10 115

Cannot install add-ons in Thunderbird in (rare?) Linux Chrome environment

As described in [question] I am unable to install addons in Thunderbird: when attempting to install an addon, either via the in-app browser or via a file, a pop-up windo… (funda kabanzi)

As described in [question] I am unable to install addons in Thunderbird: when attempting to install an addon, either via the in-app browser or via a file, a pop-up window appears for which "Add" and "Cancel" buttons do nothing (there is no way to move or remove the window without killing the process).

I am opening this question as this problem still persists over a year and many versions later.

Thunderbird V. 115.11.1-1 on 6.9.3-arch1-1 with Sway WM

Kusonjululiwe Okugcinwe kunqolobane 10 154

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… (funda kabanzi)

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.

Ikhiyiwe Okugcinwe kunqolobane 10 225

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… (funda kabanzi)

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

Kusonjululiwe Okugcinwe kunqolobane 10 168