Showing questions tagged:

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

Solved Archived 45 2267

I am running TB on 60.5.0. Text is too small to read even with Theme Font & Size Charger is installed ?

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

Archived 36 267

Can I get contacts sidebar to default to "Personal Addresses" rather than "All Address Books" after quitting and relaunching TB?

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!

Archived 25 300

How to keep Bcc from one address to the next in T-Bird 60

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.....

Archived 24 241

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

Archived 22 168

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.

Solved Archived 22 686

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?

Solved Archived 22 925

TB 52.5.2, Theme & Font Size Changer missing

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

Archived 22 166

COME ON MOZILLA: mail filter missing an essential functionality

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

Archived 21 109

I DO NOT want Mozilla Thunderbird Email to: Read, compose, send, and permanently delete all my email from Gmail

How many times per day, and over a period of how many years, will it be necessary to tell Mozilla Thunderbird Email that I DO NOT want Mozilla Thunderbird Email to: Read,… (read more)

How many times per day, and over a period of how many years, will it be necessary to tell Mozilla Thunderbird Email that I DO NOT want Mozilla Thunderbird Email to:

Read, compose, send, and permanently delete all my email from Gmail

BEFORE THEY WILL STOP ASKING?

Archived 20 129

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.

Solved Archived 20 1054

no change after install of "Theme and Font size changer" add-on

After following instructions twice I am stumped. Trying to install "Theme and Font size changer". Search, select install, restart TB. No change, no button, nothing in too… (read more)

After following instructions twice I am stumped. Trying to install "Theme and Font size changer". Search, select install, restart TB. No change, no button, nothing in tools menu. All help is appreciated.

Archived 19 186

Replace context menu navigation icons with text only

Hi All, Is there a way to replace the navigation icons on the context menu with their text-only counterparts? I've tried the following code segments which provide less-th… (read more)

Hi All,

Is there a way to replace the navigation icons on the context menu with their text-only counterparts?

I've tried the following code segments which provide less-than-optimal results.

This one which worked in FF 88, now removes the icons, but leaves 4 blank buttons in a row with no text...

#context-back image,
#context-forward image,
#context-reload image,
#context-stop image,
#context-bookmarkpage image {display: none !important;}}


This one completely removes the options, but I would like to keep them, and replace them with their text counterparts

#context-navigation,
#context-sep-navigation {
   display:none !important;
}


Please see attached images for the before and after of what I'm trying to achieve.

Might be nice to have the blank icon column to the left of these 4 items so they all line up with the items below, but I can live without that if it's not possible.

Any help is appreciated!

Archived 17 230

userchrome.css

Trying to recover from a hard drive crash. Had to buy a new desktop with Windows 11 Pro (looking to be a bad move). I downloaded/updated to Firefox 126.0 (maybe also look… (read more)

Trying to recover from a hard drive crash. Had to buy a new desktop with Windows 11 Pro (looking to be a bad move). I downloaded/updated to Firefox 126.0 (maybe also looking to be a bad move).

Have my last "working" userChrome file (it took me weeks to perfect this to my needs).

I am looking for: C:\Users\<user>\AppData\Roaming\Mozilla\Firefox\Profiles\<profile>\

but there is no "AppData" folder. And there is no existing userChrome.css file, anywhere!

Is the functionality I am looking for a thing of the past?

Is Firefox not completely supported by Windows 11?

If so, what is the last version of Firefox that will still support userChrome.css?

Archived 15 143

Why does Thunderbird include the "Leave Messages on Server" for POP Accounts?

I have seen numerous posts on this forum involving the "Leave Messages on Server" option in the server portion of the Account settings. Many of these posts include respon… (read more)

I have seen numerous posts on this forum involving the "Leave Messages on Server" option in the server portion of the Account settings. Many of these posts include responders stating that this option does not apply to POP servers.

If this is correct, why does Thunderbird even include this setting for an account that is explicitly designated as a POP server/account? This is an invitation to confusion and misunderstanding; I have been a victim of this. It seems to me to be a no-brainer to change the code to remove this option from these POP accounts.

Archived 15 106

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.

Solved Locked Archived 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 … (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

Solved Archived 14 262