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 2 дня назад

Последний ответ от Slouch 10 минут назад

PDF loading is very slow

I am using Firefox v125.0.2. When I open a PDF in Firefox it takes a lot of time to load. But, when the same PDF opened in the Edge browser it loads normally and scrollin… (читать ещё)

I am using Firefox v125.0.2. When I open a PDF in Firefox it takes a lot of time to load. But, when the same PDF opened in the Edge browser it loads normally and scrolling through PDF pages renders fast. I have shared the screenshot of a single-page pdf loading taking quite a long time.

Could someone please help me with this.

Задан avisekn 1 неделю назад

Последний ответ от avisekn 4 дня назад

firefox won't go to any sites!!

Concurrent with the most recent automatic windows update (may or may not be the problem), Firefox with duck-duck-go will not go to almost any site. All I get is a spinni… (читать ещё)

Concurrent with the most recent automatic windows update (may or may not be the problem), Firefox with duck-duck-go will not go to almost any site. All I get is a spinning icon or a blank page, not even any error messages. This was even true trying to go to this page until I restarted in trouble shooting mode. Until I can get Firefox working again I have been using Chrome with duck-duck-go. Note any search, i.e. 'hotels in Italy' or even 'MSN' do the same: spinning icon or blank page!! Any help would be appreciated. Also I noticed that my bookmarks were missing and there was no bookmarks drop-down on my tools line. I have run malware bytes and it showed clean, same with CCleaner. I have re-installed Firefox; no difference. Please help. and also, any way to find and replace my extensive bookmarks list? I have reduced my privacy to near zero and turned off firewalls and all limits I could find while testing for that. That did not change anything.

Задан onefoozer 1 неделю назад

Последний ответ от onefoozer 7 часов назад

Hardware Video Encoding seems broken on Arch Linux with an AMD RX 7800 XT

I have a problem where if I install the packages needed to get hardware video decoding working in firefox it completely breaks YouTube playback. I can't find any info on … (читать ещё)

I have a problem where if I install the packages needed to get hardware video decoding working in firefox it completely breaks YouTube playback. I can't find any info on the internet about the problem and I am having a lot of trouble with it. YouTube playback with libva-mesa-driver and libva-vdpau-driver will start stop restart start playing audio then crash with a this error every single time. I am at my wits end trying to figure out this problem and I would love help figuring out the problem I am using firefox-developer-edition as a note thanks Ozzy

Задан Ozzy Helix 5 дней назад

Последний ответ от Ozzy Helix 3 дня назад

thumder bird mail drafts folder

not sure if this is where i should be but i tried the Thunderbird help and got no answer. After the most recent Thunderbird up date and a Thunderbird install over e… (читать ещё)

not sure if this is where i should be but i tried the Thunderbird help and got no answer. After the most recent Thunderbird up date and a Thunderbird install over existing one when i go to my drafts folder and click on any draft or save message in there i get a yellow bar at the bottom of the page that i have never seen before . Now i do not want recreate a new profile and lose all my contacts book marks add on etc. how do i remove that yellow bar in Thunderbird mail

Задан Mary 22 часа назад

Последний ответ от Mary 1 час назад

Thunderbird suddenly become blank - Error about3pane.js 0x80004005

Hello Yesterday there was update in Thunderbird and went well. But today, Thunderbird suddenly asking for credentials and then it went totally blank as in screenshot. Th… (читать ещё)

Hello

Yesterday there was update in Thunderbird and went well. But today, Thunderbird suddenly asking for credentials and then it went totally blank as in screenshot. There is nothing at all. But incoming mails are still showing up in windows notification and it can be opened as new tab of Thunderbird. I have been searching the possible cause and solution from forum and internet, but no luck. Can someone please help me about this ?

Задан Sandy VSR 1 неделю назад

Последний ответ от Sandy VSR 1 день назад

TB often slow for all operations

I have been struggling with slowness in Thunderbird in recent months (Windows 11, mid-range Lenovo laptop). There is often a distinct lag during even the smallest operati… (читать ещё)

I have been struggling with slowness in Thunderbird in recent months (Windows 11, mid-range Lenovo laptop). There is often a distinct lag during even the smallest operations.

Examples are: selecting an email, closing a tab, typing, calendar events editing.

TB process in Windows usually uses 1000MB RAM. RAM is around 60-70% usage usually. I never have the same slowness issues with other applications.

I tried quite a bit: safe mode testing, removing extensions, compacting folders and more tips. I ended up removing Thunderbird and my profile entirely, and reinstalled the latest version with an empty profile. I just set up my Gmail and other email account. No extensions installed, yet still the same issue.

Could it be that something is still there from a previous install, if I removed my profile?

I've been using Thunderbird in Linux and Windows for years with moderate issues that I was able to resolve, but am now really puzzled. Please help.

Задан Saho 5 дней назад

Последний ответ от Saho 2 дня назад

Controlling address bar search results

I always want the address bar suggestions to start with my bookmarks. Is there a way to control the results? I remember there was something in about:config previously. … (читать ещё)

I always want the address bar suggestions to start with my bookmarks. Is there a way to control the results? I remember there was something in about:config previously.

Задан technomad 2 недели назад

Последний ответ от technomad 6 дней назад

My history only goes back to January 19, 2023

I was looking for an item that would be a couple of years back in my history, only to discover that my history now only goes back a year and 3 months… Exactly, as of toda… (читать ещё)

I was looking for an item that would be a couple of years back in my history, only to discover that my history now only goes back a year and 3 months… Exactly, as of today, I don't know if that's meaningful. Does anyone have any idea what might've happened, and how I can restore the rest of my history? Thank you!

I'm on a Mac using Mojave, with Firefox version 115.8.

Задан Lisa Smith 1 неделю назад

Последний ответ от Lisa Smith 3 дня назад

Why can't some Wikipedia pages activate read mode?

Hello everyone, Why some Wikipedia pages cannot activate reading mode under Debian 12 and Firefox ESR 115.9.1, for example this English Wikipedia page on Emmabuntüs does… (читать ещё)

Hello everyone,

Why some Wikipedia pages cannot activate reading mode under Debian 12 and Firefox ESR 115.9.1, for example this English Wikipedia page on Emmabuntüs does not allow reading mode to be activated while French, Spanish and German pages can ?

See our test video on this subject: http://share.emmabuntus.org/Accessibility/Firefox_mode_lecture_non_disponible_emmabuntus_en.mp4

Is there a utility to test pages compatible with reading mode?

Or otherwise in which Firefox log file to see if a page is compatible or not?

Thanks in advance for your help.

Задан Patrick-Emmabuntus 2 недели назад

Последний ответ от Patrick-Emmabuntus 3 дня назад

4K YouTube Videos Stuttering One One Specific Channel

So I'm having issues playing 4K videos fully on one YouTube channel: https://www.youtube.com/@ClearviewDriving For some reason anything above 1080p gives me bad stutteri… (читать ещё)

So I'm having issues playing 4K videos fully on one YouTube channel: https://www.youtube.com/@ClearviewDriving

For some reason anything above 1080p gives me bad stuttering but on other channels videos don't stutter or freeze when playing 1440p or 4K quality.

Firefox is updated, I don't use Extensions other than Ad Blocker and I have that off on YouTube anyway. Seems strange that it'd only affect one specific channel.

I have a very good gaming PC too so the hardware isn't the issue.

Задан Mattt_PC 5 дней назад

Последний ответ от Mattt_PC 10 часов назад

Bookmarks not saving in specific folders or B.Menu.

I installed Firefox on a new Dell laptop and imported the bookmarks from FF on old laptp. On my old laptop things are OK. On the new laptop Firefox will ONLY store new bo… (читать ещё)

I installed Firefox on a new Dell laptop and imported the bookmarks from FF on old laptp. On my old laptop things are OK. On the new laptop Firefox will ONLY store new bookmarks in the Recently Book... folder, no matter how many times I choose a specific folder from the Location dropdown, even if I only choose Bookmarks Menu without subfolder. Show Editor is checked. I have to manually move new bookmarks from Recently Book..... This is annoying. Can you help? I have not found a forum with this question.

Задан Inge Jordan 4 дня назад

Последний ответ от Inge Jordan 3 дня назад

Saving all open tabs: links saved but not to the specified folder

Firefox 125.0.2 on Mac When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Me… (читать ещё)

Firefox 125.0.2 on Mac

When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Menu". The designated folder itself also appears with these links but it itself is empty.

I would expect shift+cmd+D to bookmark all links in the folder and the folder to appear in "Bookmarks Menu". This is what use to happen ages ago. I'm not sure what caused the change in behavior. Anyone have any ideas on fixing this?

Задан Tom 2 дня назад

Последний ответ от Tom 1 день назад

Firefox Memory leaking when i'm on e-mail site

Hello there i use wp.pl for mailing and after i stay on the page for too long the browser lags and it starts to use a lot of memory like from 4GB to even 8GB … (читать ещё)

Hello there i use wp.pl for mailing and after i stay on the page for too long the browser lags and it starts to use a lot of memory like from 4GB to even 8GB

Задан Red 1 неделю назад

Последний ответ от Red 4 дня назад

Secure connection failed in Firefox but same link works in Brave. How to troubleshoot?

I am running the latest updates to Windows 10 Pro x64. One of my monthly bills is paid at 1) https://e.synchronyfinancial.com/ which, in Brave, redirects to 2) https:… (читать ещё)

I am running the latest updates to Windows 10 Pro x64. One of my monthly bills is paid at

1) https://e.synchronyfinancial.com/

which, in Brave, redirects to

2) https://lowes.syf.com/accounts/login

Inputting either link in Brave gets me to the finish line but the first link above fails in Firefox with the "Secure Connection Failed" message and dumps me at https://www.synchrony.com/accounts/. The second link does the same.

Is there any way to troubleshoot the problem?

I HAVE tried shutting-down Malwarebytes but the result was the same.

This is the only site on which I have encountered this issue. All that I can determine at the moment is that that certificate is from DigiCert and the expiration date is in 2025, i.e., this is not a Symantec cert.

DigiCert Global G2 TLS RSA SHA256 2020 CA1 Organization (O) DigiCert Inc Organizational Unit (OU) <Not Part Of Certificate> Issued On Wednesday, February 7, 2024 at 6:00:00 PM Expires On Tuesday, March 4, 2025 at 5:59:59 PM

I don't use Google Chrome browser nor do I use MS Edge. After using the Mosaic browser, I switched to Netscape Navigator, then to Mozilla, and, finally to Firefox. I am not looking forward to migrating to another browser. ;-)

Задан Def Egge 4 дня назад

Последний ответ от Def Egge 2 дня назад

Firefox keeps downgrading?

I'm using Firefox 124.0.2 (64 bit) on Windows, and every few days I get the error about using an older version of Firefox, with Exit or Create New Profile options. I the… (читать ещё)

I'm using Firefox 124.0.2 (64 bit) on Windows, and every few days I get the error about using an older version of Firefox, with Exit or Create New Profile options. I then run "firefox -allow-downgrade" from the command prompt and everything works fine... for a few days, when it happens all over again. This only started happening a couple of weeks ago, but it's getting really annoying. How do I stop it (short of using something like Waterfox or Brave).

Задан peter.dell 2 дня назад

Последний ответ от peter.dell 22 часа назад

FILTERING : Delete going to JUNK instead.

Bug forever (years, versions, reinstallations). Failure by filters whose action is to DELETE. As stated in subject. Uncomplicated. Other filters work (they distribute… (читать ещё)

Bug forever (years, versions, reinstallations).

Failure by filters whose action is to DELETE. As stated in subject. Uncomplicated.

Other filters work (they distribute msgs into specified folders).

Задан y112 2 месяца назад

Последний ответ от y112 2 дня назад

Google calendar not syncing to Thunderbird Lightning

Computer crashed. After restoring, Google calendar is not syncing. No error message that I can see. I unsubscribed and resubscribed to no avail. I have no clue what to lo… (читать ещё)

Computer crashed. After restoring, Google calendar is not syncing. No error message that I can see. I unsubscribed and resubscribed to no avail. I have no clue what to look for and searching here is not helping as all the references to this are years old. Can someone help me figure out why this is happening?

Задан pmruzicka 4 дня назад

Последний ответ от pmruzicka 2 дня назад

Facebook unreachable on both Firefox and Waterfox

I am unable to reach Facebook on both Firefox and Waterfox. Other browsers (Opera, Edge, Chrome) are able to access Facebook. I can access other Meta-owned sites (Messe… (читать ещё)

I am unable to reach Facebook on both Firefox and Waterfox.

Other browsers (Opera, Edge, Chrome) are able to access Facebook.

I can access other Meta-owned sites (Messenger.com, Instagram, Threads) on Firefox and Waterfox.

This issue exists on both my desktop (Windows 10) and laptop (Windows 11).

This issue does not apply to Firefox for iOS or the Facebook app.

All apps and OS's mentioned are up to date.

This has been going on for over a week now.

Задан Max 3 дня назад

Последний ответ от Max 3 дня назад