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 22 часа назад

Последний ответ от jscher2000 - Support Volunteer 23 минуты назад

Windows 7 support

Dear Mozilla: It is SAD that the OS I have will no longer be supported due to exploits. Considering the # of exploits, backdoors, poor coding, etc., in the later Window… (читать ещё)

Dear Mozilla:

It is SAD that the OS I have will no longer be supported due to exploits.

Considering the # of exploits, backdoors, poor coding, etc., in the later Windows OS versions - 1 would truly think that supporting the older and MUCH more secure Windows OS's would be wise.

Yes, they have "holes", but overall much fewer than current OS's.

Plus, the bad actors are very busy exploiting 10 & 11 and pretty much have ignored the prior versions.

Question... what if a major exploit is found that affects all OS's from 11 down to unsupported?

Will Mozilla make sure to supply a patch to the unsupported due to the danger of the new & serious "hole" found?

I vote... it would be wise to maintain a small contingency of legacy developers to help those who cannot buy new systems or flat out HATE the UI & UX of the 10 & 11.

Makes sense?

Задан scottie916 4 часа назад

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

Doesnt prompt WHERE to save downloads/ Why doesn't AUTO UPDATE work?

I've reported these issues before with no response. I've uninstalled reinstalled cleared cache and cookies searched another forums et cetera. Why must I manually update w… (читать ещё)

I've reported these issues before with no response. I've uninstalled reinstalled cleared cache and cookies searched another forums et cetera. Why must I manually update when it's set to auto update? When I set controls to ask where to download items it bypasses that and downloads it as a temp file where I have to cut it out of explorer and paste it where I would like to save it.

Edition Windows 11 Home Version 23H2 Installed on ‎3/‎17/‎2024 OS build 22631.3527 Experience Windows Feature Experience Pack 1000.22700.1003.0

Задан MILESTWEST 4 часа назад

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

cannot ensure I'm getting pop up messages

I would like to be able to make sure if a pop-up window is blocked, that I'm being notified about it, but there are no options in settings. I read through the instruct… (читать ещё)

I would like to be able to make sure if a pop-up window is blocked, that I'm being notified about it, but there are no options in settings.

I read through the instructions listed on the help pages and found a message from support from 4 years ago about manually editing the settings, which wasn't helpful.

Are they just on by default now? Or did they get turned off and if so, how do I turn them back on?

(p.s. having something teach you how to do something, this case getting trouble shooting data manually, should open another window, not navigate me away from the page I'm sending this message from)

Задан DragonAceSg7 1 день назад

Последний ответ от cor-el 4 часа назад

How do I get curvy tabs?

Hello, I want to get funky looking tabs like this: https://imgur.com/a/Xbc4Kih But I can't figure out how to do it. I've tried searching for a way to do this, but every… (читать ещё)

Hello, I want to get funky looking tabs like this:

https://imgur.com/a/Xbc4Kih

But I can't figure out how to do it. I've tried searching for a way to do this, but everything I find is very old and doesn't work. One thing I keep finding is this: https://github.com/wilfredwee/photon-australis

But that doesn't work for me, it just makes the tabs less tall. I've tried switching to nightly and that didn't do anything so I'm pretty lost. I don't know CSS or anything so I cant do it myself.

If anyone knows how to do this then please tell me!! thx!

Задан ScriptGoober 17 часов назад

Последний ответ от cor-el 4 часа назад

Error message that old firefox is running when starting firefox

Starting today (Apr 30), when trying to open firefox the following message appears: "Firefox is running, but not responding. The old Firefox process must be closed to op… (читать ещё)

Starting today (Apr 30), when trying to open firefox the following message appears:

"Firefox is running, but not responding. The old Firefox process must be closed to open a new window." My options are to close firefox or cancel.

When selecting close firefox, the message will reappear with the same options. I am unable to run.

Steps I have taken: Uninstall Firefox Download latest Install

Message still appears

Задан Alvaro Andraca 5 часов назад

Последний ответ от cor-el 5 часов назад

language

Firefox on my pc loads Ebay.com with Chinese characters, not English. This ONLY happens on PC (mobile phone is fine, same firefox browser) only with firefox (Duck Duck … (читать ещё)

Firefox on my pc loads Ebay.com with Chinese characters, not English.

This ONLY happens on PC (mobile phone is fine, same firefox browser) only with firefox (Duck Duck Go on my pc works fine) and ONLY when opening Ebay.

Problem started 4/29. I have done: computer update/restart, firefox update/restart, clear cache in firefox

Thanks for any help. I also have Ebay looking into this.

Задан dmp221 6 часов назад

Последний ответ от cor-el 5 часов назад

Blank window opens when I start firefox

Every time I open Firefox another blank window opens behind the main Firefox pages . I see it when I close Firefox so have to close that too. There is no URL in the windo… (читать ещё)

Every time I open Firefox another blank window opens behind the main Firefox pages . I see it when I close Firefox so have to close that too. There is no URL in the window just a blank page.

Задан treedum2 1 день назад

Последний ответ от cor-el 5 часов назад

Firefox Private cannot be opened since the start of 2024

When I open Firefox and want to go to Private. I go to the three lines at the top right of the Firefox page. I go down to Private. Then after selecting it, YET ANOTHER… (читать ещё)

When I open Firefox and want to go to Private. I go to the three lines at the top right of the Firefox page. I go down to Private. Then after selecting it, YET ANOTHER REGULAR FIREFOX PAGE OPENS. I NEVER had this problem until the start of 2024.

Please help as I used to have FIREFOX PRIVATE as my go to browser. Now, I use others and they do not work with some pages.

Please help as it is frustrating to keep getting a new Regular page.

Задан L Wille 21 час назад

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

Issue with Accessing website on Mozilla Firefox

Dear Mozilla Community, I am reaching out to seek assistance regarding an issue I have encountered while trying to access the website https://paydayloanseloanwarehouse.n… (читать ещё)

Dear Mozilla Community,

I am reaching out to seek assistance regarding an issue I have encountered while trying to access the website https://paydayloanseloanwarehouse.net/ on Mozilla Firefox. The website does not load, and I am unsure whether the problem is related to browser compatibility, a technical issue, or a possible blocking by the browser.

Has anyone else experienced this issue, or can provide guidance on how to resolve it? I have tried clearing my browser cache and disabling extensions, but the problem persists.

Any help or suggestions on how to access the website smoothly would be greatly appreciated. Thank you in advance for your support.

Задан Alinet Utmix 6 часов назад

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

When i click ctrl only ctrl on any tab its makes it smaller

When i click ctrl only ctrl its maeks tab smaller like ctrl + - but i only press ctrl also when i hold scroll i can smooth surf the tab now it dont work what i have to do… (читать ещё)

When i click ctrl only ctrl its maeks tab smaller like ctrl + - but i only press ctrl also when i hold scroll i can smooth surf the tab now it dont work what i have to do?

Задан harryharry1238 1 день назад

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

Problems with the browser not accessing the established links after a few minutes.

I am able to start FF with no problem. I open a few tabs and then without warning I can't access any of the sites without closing FF and restarting. Then the whole cycle … (читать ещё)

I am able to start FF with no problem. I open a few tabs and then without warning I can't access any of the sites without closing FF and restarting. Then the whole cycle is repeated. I am considering getting rid of FF this started just over a month ago.

Задан notsofast7 1 день назад

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

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 1 день назад

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

Hero Wars "Dominion era"

I have played "Hero Wars,Dominion Era " for years on Fire Fox...They did an "update" last week(Thursday or friday 04/25-26?24)and I haven't been able to log onto the game… (читать ещё)

I have played "Hero Wars,Dominion Era " for years on Fire Fox...They did an "update" last week(Thursday or friday 04/25-26?24)and I haven't been able to log onto the game itself since...I can still open the Hero wars home page,I can get into my "discord" chat etc etc etc,but I cannot get into my individual game.(If it helps,my Hero wars game ID # is 10920140)...I had to start playing the game itself on Google Chrome...I am hopeing you can help find a solution as everything I do is from Fire Fox & I really don't like chrome :(...PLEASE Help me resolve this if possible! ( Nexus suggested I use "Incognito" on FireFox ( I remeber that from a few yrs back,but honestly,i haven't used or seen "incognito" since :()

Задан Wayne Hoiensahl 1 день назад

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

APK file downloading issue

"I'm encountering difficulties downloading APK files using Firefox. The downloads either fail to initiate or get stuck midway. I've tried various troubleshooting steps wi… (читать ещё)

"I'm encountering difficulties downloading APK files using Firefox. The downloads either fail to initiate or get stuck midway. I've tried various troubleshooting steps without success. Seeking advice on resolving this issue promptly."

Задан Lee Payne 2 дня назад

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

Usernames

When logging into an account there are multiple usernames (incorrect or older.) I would like to remove or delete them, but keep the current passwords. Is that possible … (читать ещё)

When logging into an account there are multiple usernames (incorrect or older.) I would like to remove or delete them, but keep the current passwords.

Is that possible without deleting the account?

Thank you, rldelahay

Задан Regina 17 часов назад

Последний ответ от cor-el 7 часов назад

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

Последний ответ от cor-el 7 часов назад

IT LOGOUT ALL MY ACCOUNTS AGAIN AND AGAIN

WHY IT LOGGED OUT ALL MY ACCOUNTS FROM TABS WHEN EVER I CLOSE MY BROWSER, I HAVE TO RE-LOGIN AGAIN AND AGAIN, WHICH IS SO SO FRUSTRATING..................................… (читать ещё)

WHY IT LOGGED OUT ALL MY ACCOUNTS FROM TABS WHEN EVER I CLOSE MY BROWSER, I HAVE TO RE-LOGIN AGAIN AND AGAIN, WHICH IS SO SO FRUSTRATING..................................

Задан Umair Ali 13 часов назад

Последний ответ от cor-el 7 часов назад