Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gelöst
  • Archiviert

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (Lesen Sie mehr)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Gefragt von Blacklisted vor 4 Jahren

Beantwortet von DB-1 vor 4 Jahren

  • Gelöst
  • Archiviert

My pass word

Dear Sir I went to an organization on 21/03/2022 for assistant on an issue, in processing the matter I need to open my yahoo mail box for the relate documents within my m… (Lesen Sie mehr)

Dear Sir I went to an organization on 21/03/2022 for assistant on an issue, in processing the matter I need to open my yahoo mail box for the relate documents within my mail. A lady who assistant me use her lap top computer to open my mail box - I enter my pass word, then a window camp up to asked if I want to save my pass word (with dark color) or not,(with gray color) I was in a stage of rush I just click on right top Conner 'x' she took her computer to other room ( in where I can not see ) I was too naive and don't know if all of my mails had been read by them? - It is my privacy. When I got home I was worried and at next day I changed my yahoo mail pass word. As my pass words are saved within Firefox when I want to open a site it is auto fill the pass word. 1: Is my pass word will saved in that lady's computer? 2: Although I have changed my yahoo mail pass word is it safe? Can that lady able to get to Firefox to see my saved pass word and open my email box? - explore all my emails? Please help I am really worried. I look forward to hearing form you soon. Thank you. Kind regards.

Louise

Gefragt von louiseloren vor 3 Jahren

Beantwortet von cor-el vor 3 Jahren

  • Gesperrt
  • Archiviert

problem with changing the volume of one card

Why can't I change the volume in one tab? During a meeting, for example, the radio is on, and it is much louder than the meeting, and you cannot adjust the volume of a si… (Lesen Sie mehr)

Why can't I change the volume in one tab? During a meeting, for example, the radio is on, and it is much louder than the meeting, and you cannot adjust the volume of a single tab. This is very bothersome, not only in the above case. These pages determine the volume themselves. Some have regulations on the site, but not always. I am very tired of this problem. Are there any ways to change the volume of a given tab?

Gefragt von SuMo Bot vor 3 Jahren

Letzte Antwort von SuMo Bot vor 3 Jahren

  • Gelöst
  • Archiviert

Firefox Support for Windows 7 beyond Jan 2023

It has recently come to my attention that Mozilla may not continue to support Firefox browsers installed on Windows 7 computers after Jan. 2023, when the extended support… (Lesen Sie mehr)

It has recently come to my attention that Mozilla may not continue to support Firefox browsers installed on Windows 7 computers after Jan. 2023, when the extended support for Windows 7 ends. Is that correct?

Will Firefox continue to work, but not receive security updates after that date?

Will Firefox still work on a Windows 7 computer that gets patches from 0Patch?

Thanks!

Gefragt von TNorth vor 3 Jahren

Beantwortet von James (On Leave) vor 3 Jahren

  • Gelöst
  • Archiviert

Firefox does not always render pages on eBay correctly

An example of the problem: Firefox does not rnder the page https://www.ebay.co.uk/itm/164957094349?_trkparms=amclksrc%3DITM%26aid%3D1110013%26algo%3DHOMESPLICE.SIMRXI%26a… (Lesen Sie mehr)

Gefragt von Oldjon vor 3 Jahren

Beantwortet von Oldjon vor 3 Jahren

  • Gelöst
  • Archiviert

after updating to 100.0, forefox "Loses" connection.

I have this problem CONSTANTLY with 100.0. i keep 2 browsers open, (1 Email, 1 ebay) After 5-10 minutes, firefox "Loses" internet connection. and i have to clear the star… (Lesen Sie mehr)

I have this problem CONSTANTLY with 100.0. i keep 2 browsers open, (1 Email, 1 ebay) After 5-10 minutes, firefox "Loses" internet connection. and i have to clear the startup cache, to get back online, only for it to happen again... and again, and again, and again! Didnt have this issue with the previous update. PLEASE HELP! and please keep the answers simple, im not well versed in programming language

Gefragt von thegearworks vor 3 Jahren

Beantwortet von thegearworks vor 3 Jahren

  • Gelöst
  • Archiviert

It stops while writting,changing mail inbox page and do not display emails as normal

Please fix the abovementioned problems,make a browser bit faster,improve the consistancy of the browser so that it will stop crushing.Please make it stop alternating or c… (Lesen Sie mehr)

Please fix the abovementioned problems,make a browser bit faster,improve the consistancy of the browser so that it will stop crushing.Please make it stop alternating or change mail pages.

Gefragt von taxistar vor 3 Jahren

Beantwortet von cor-el vor 3 Jahren

  • Gelöst
  • Gesperrt
  • Archiviert

New Tab customization in firefox 99

hello there , I am posting this question for the second time since I can't see the previous one anywhere. Can someone help me with css to customize the New Tab top-sites… (Lesen Sie mehr)

hello there , I am posting this question for the second time since I can't see the previous one anywhere. Can someone help me with css to customize the New Tab top-sites(shortcuts) labels. I would like to change the font-size and color of the labels. My previous userContent.css does not work since FF94. Hope there is a way. look4

Gefragt von SuMo Bot vor 3 Jahren

Beantwortet von SuMo Bot vor 3 Jahren

  • Gelöst
  • Archiviert

How to unblock VTT files not being loaded into HTML video pages viewed on local disk?

I asked this question some time back here: https://support.mozilla.org/en-US/questions/1362859 I'm asking again to reframe the question. The problem is - if my experience… (Lesen Sie mehr)

I asked this question some time back here: https://support.mozilla.org/en-US/questions/1362859 I'm asking again to reframe the question. The problem is - if my experience is a guide to the rest of the world - VTT files (which are used to caption HTML video) are no longer read/loaded by Firefox when it is viewing the HTML file locally (i.e. file://). On the web they are loaded as expected. Presumably there's a security setting somewhere in Firefox that now refuses to load the VTTs locally. Maybe under Help > More troubleshooting information there is a setting to change to fix that?

Gefragt von roberto32 vor 3 Jahren

Beantwortet von cor-el vor 3 Jahren

  • Gelöst
  • Archiviert

NewCookie Blocker

When I opened Firefox this morning I was asked if I wanted to install the new cookie blocker. Now I am unable to access my employers shift schedule web page. Was I scamme… (Lesen Sie mehr)

When I opened Firefox this morning I was asked if I wanted to install the new cookie blocker. Now I am unable to access my employers shift schedule web page. Was I scammed? Thanks for any help.

Gefragt von grnbmw vor 3 Jahren

Beantwortet von Terry vor 3 Jahren

  • Gesperrt
  • Archiviert

Areas of info fade out in a program app I've been using for over two years; seems to be just since the last firefox update

As described above I'm now seeing section descriptions in a program app I've been using in my work successfully over the past two years. Now, all of a sudden, the sectio… (Lesen Sie mehr)

As described above I'm now seeing section descriptions in a program app I've been using in my work successfully over the past two years. Now, all of a sudden, the section titles in the program are faded gray almost to white, which makes entering info (not to mention eye strain), really difficult. Just wondering if this might have been something that occurred with the last Firefox update.

I've tried adjusting the screen resolution but it makes no difference. See the screenshot with this message.

cwr@sti.net

Gefragt von SuMo Bot vor 3 Jahren

Letzte Antwort von Terry vor 3 Jahren

  • Gelöst
  • Archiviert

Recent Update

7.9.32.2 Roboform worked with Firefox 100.0 but after 101.0 update Roboform has been disable. I PAID for this add-on.

Gefragt von Doz vor 3 Jahren

Beantwortet von cor-el vor 3 Jahren

  • Gelöst
  • Gesperrt
  • Archiviert

Microsoft update KB4474419

Hi there , I am interested to know if Mozilla support group is aware of the problem Microsoft update KB4474419 causes? I am running widows 7 sp1. I installed the update a… (Lesen Sie mehr)

Hi there , I am interested to know if Mozilla support group is aware of the problem Microsoft update KB4474419 causes? I am running widows 7 sp1. I installed the update as you mentioned in your Firefox 100 release notes. After reboot , I got a beep and a black screen - win 7 won't start. I had to find a way to delete the update so I could boot my system back. I asked few of my colleagues that use the same OS and they experienced the exact same problem. Surfing the web , makes it quite clear - this update is faulty and not compatible with win 7 as Microsoft claims. I would like to get a straight answer - can I update my FF99 to FF100 , without the notorious KB4474419 , or , as of FF100 , win7 sp1 is no longer applicable to Firefox ? Thanks. look4

Gefragt von SuMo Bot vor 3 Jahren

Beantwortet von AliceWyman vor 3 Jahren

  • Gesperrt
  • Archiviert

The update Firefox 100.0.1 ( or 2 ) has a bug

The update Firefox 100.0.1 ( or 2 ) has a bug: Firefox doesn't "see" the Fritz!Powerline ( LAN over Powerline adaptors ) and thus I can't enter the Fritz!Box. Even typing… (Lesen Sie mehr)

The update Firefox 100.0.1 ( or 2 ) has a bug: Firefox doesn't "see" the Fritz!Powerline ( LAN over Powerline adaptors ) and thus I can't enter the Fritz!Box. Even typing the IP address of the Fritz!Box doesn't help, because there is "no connecting" beyond the PC. The hardware works, so I can send and receive emails, but I can't access the internet via the firfox browser. Stepping back to 99.0.1, I had to "create a new profile" and all my previous ( before the update to 100.0.1 ) settings were lost, all bookmarks vanished ... I am rather angry, you know? This mail I'm sending via my notebook, as I this connects via 100 Mbit Lan network from an other room and as I had to "register" just to be able to complain ...

Gefragt von SuMo Bot vor 3 Jahren

Letzte Antwort von cor-el vor 3 Jahren

  • Gesperrt
  • Archiviert

Cached Web Content Not Clearing

Win 7 Home Premium Firefox Version 101.0.1 'Privacy & Security'->'Cookies and Site Data', 'Clear Data.' When 'Clear Now,' Cached Web Content; is clicked, it does… (Lesen Sie mehr)

Win 7 Home Premium Firefox Version 101.0.1

'Privacy & Security'->'Cookies and Site Data', 'Clear Data.'

When 'Clear Now,' Cached Web Content; is clicked, it does not zero out. (It used to clear completely).

The browser webpage has been refreshed, the browser closed and reopened, and the computer restarted but the cache does not reset.

This issue started on the morning (Pacific time) of June 26-Is this a known glitch or am I missing a detail?

Gefragt von Buddy2014 vor 3 Jahren

Letzte Antwort von Buddy2014 vor 3 Jahren

  • Gelöst
  • Archiviert

I am logged off FF, but passwords and addons are still showing

so firefox I am logged out, you can tell where it say "save and sync - sign in". but even though I am not signed in, my passwords and addons are still showing up. how to… (Lesen Sie mehr)

so firefox I am logged out, you can tell where it say "save and sync - sign in". but even though I am not signed in, my passwords and addons are still showing up.

how to fix this

thank you!!

Gefragt von Rick (Proton) vor 3 Jahren

Beantwortet von Rick (Proton) vor 3 Jahren

  • Gelöst
  • Archiviert

add-ons I didn't add and cannot remove

Hello - there are add-ons for Amazon, Google, Facebook, EBay and Twitter - none of which I added - showing up on the Firefox browser as running during browser start. I c… (Lesen Sie mehr)

Hello - there are add-ons for Amazon, Google, Facebook, EBay and Twitter - none of which I added - showing up on the Firefox browser as running during browser start. I can see them when I use CC Cleaner. They are browser plugins set to run upon start up. I can disable them but need to do it every time, as there is no way to delete them that I can see. I would like to find out why these plugins are there and how I can delete them.


Thanks

Jim

Gefragt von jimisaac vor 2 Jahren

Beantwortet von jscher2000 - Support Volunteer vor 2 Jahren