Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené
  • Archivované

Move Tab Icons (favicons) up 1px

Hi All, For some reason my tab icons look a little low, and I would like them more vertically centered. I've been trying to move these icons around using some older cod… (ďalšie informácie)

Hi All,

For some reason my tab icons look a little low, and I would like them more vertically centered.

I've been trying to move these icons around using some older code that doesn't seem to work anymore.

The code below no longer has any effect.

Does anyone know how to move the tab icons up 1 pixel?

Thanks!

/* padding doesn't move them */
.tab-throbber, .tab-icon-image { padding-bottom: 4px !important; }
/* margin doesn't move them */
.tab-throbber, .tab-icon-image { margin-bottom: -2px !important; }
/* can't even turn the icons off LOL */
.tab-icon-image { display:none !important; }

Otázku položil(a) Slouch Pred 1 rokom

Na otázku odpovedal(a) cor-el Pred 1 rokom

  • Archivované

URL bar - highlight color of drop-down selections

Hi All, I would like to change the color of the two highlighted URLs in the address bar's drop down list to what they were in FF 88 - the one that is currently selected … (ďalšie informácie)

Hi All,

I would like to change the color of the two highlighted URLs in the address bar's drop down list to what they were in FF 88 - the one that is currently selected with the cursor keys, and the one the mouse pointer is over.

The first screenshot below is of the highlight colors in FF 115/125. You can see two different shades of gray, the darker gray being the URL selected with the cursor keys, the lighter gray being the one the mouse pointer is over.

The second image shows the colors from FF 88, the URL selected with cursor keys in blue, and a dark gray for the one the mouse pointer is over.

Any help in modifying these colors, and the radius of the selection is greatly appreciated!

Otázku položil(a) Slouch Pred 1 rokom

Posledná odpoveď od Slouch Pred 1 rokom

  • Archivované

what will the continuation of windows 7 support be based on?

So, as has been announced, FireFox 115 ESR will get updates until septempber 2025. This deadline has been extended multiple times. What factors are being taken in conside… (ďalšie informácie)

So, as has been announced, FireFox 115 ESR will get updates until septempber 2025. This deadline has been extended multiple times. What factors are being taken in consideration when deciding whether to extend support again? With server 2008 updates you can get windows 7 up to date until 2026, sort of. Ending support in september would still be sad, because people too stubborn or not willing to upgrade probably still wont when support of firefox ends. I am a firefox on windows 7 user myself too, and it would be sad if they dropped support. Ill have to use a backported fork by the community

So thats my question, what factors matter in terms of extending 115 esr support again?

Otázku položil(a) redtro on wimje7 Pred 7 mesiacmi

Posledná odpoveď od James Pred 5 mesiacmi

  • Archivované

Facebook won't allow video or voice calls anymore, since introducing End-To-End Encryption (E2EE), specifically only on Firefox

Ever since Facebook started infesting the chats with end-to-end encryption (random chats get "Messenger upgraded the security of this chat. Messages and calls are secured… (ďalšie informácie)

Ever since Facebook started infesting the chats with end-to-end encryption (random chats get "Messenger upgraded the security of this chat. Messages and calls are secured with end-to-end encryption" without my permission or asking if I want this), any encrypted chats have audio and video calls disabled. I note that I have ONE friend for whom it didn't do this, I can still do calls with her. If I receive a call, I get a pop-up saying that to receive this call I must download the Messenger app (no way) or a browser which supports it. If I check what browsers it thinks supports this, it only lists Chrome and Edge. As far as I know Edge is just Internet Explorer renamed, the biggest black hole in security, I've never touched it. Chrome ignores industry standards, so I don't use it. Making Firefox the best, top browser available. It's the only browser I wish to use. Mozilla needs to look into how to get Facebook to stop blacklisting Firefox like this. Note that this E2EE garbage has only been infecting things for the last few months, before that I was perfectly able to do any calls I wished in Facebook Messenger.

Otázku položil(a) niceguy1_ Pred 1 rokom

Posledná odpoveď od niceguy1_ Pred 1 rokom

  • Archivované

Endless crashes

I have Firefox on two separate computers, a desktop running Win7Prof64bit and a laptop running Win10Pro 64bit. Both Firefox installations crash constantly, ie every 10 - … (ďalšie informácie)

I have Firefox on two separate computers, a desktop running Win7Prof64bit and a laptop running Win10Pro 64bit. Both Firefox installations crash constantly, ie every 10 - 15 mins. They show the "Gah! Firefox just crashed. Please tell us what you were doing", and the box to return the data to Mozilla. With Restore This Tab at the bottom.

I always send you these reports but in about a year, the problem remains the same. Nothing has improved, I never hear back from you. Two different PCs, two different OSs, constant reports, no improvement. Why do I never hear from you? Why does this problem continue endlessly? I'm wasting my time sending you the reports. You take no notice. If you do, why does the problem continue and why do I never hear from you?

Otázku položil(a) Peter Croft Pred 10 mesiacmi

Posledná odpoveď od jeff-g Pred 10 mesiacmi

  • Vyriešené
  • Archivované

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (ďalšie informácie)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Otázku položil(a) Slouch Pred 1 rokom

Na otázku odpovedal(a) Slouch Pred 1 rokom

Firefox support ended for Win7 2026

I've been a long time supporter of Firefox and it's taken me a few years get all the bugs out of Win 7 so I'm not going to repeat that on Win X. My Win7_64 water cooled p… (ďalšie informácie)

I've been a long time supporter of Firefox and it's taken me a few years get all the bugs out of Win 7 so I'm not going to repeat that on Win X. My Win7_64 water cooled platform is overclocked, stable, and just as fast as most affordable new chipsets from Intel. I have third party security apps and firewall. I'm not downgrading to Windows X whatever later version that is and I'm considering other browser options, if anybody has ideas?

Although I'm on the ESR channel, I've been using User Agent Switcher for a while, which seems to work well on most sites. I also notice DuckDuckgo browser claims to support Win 7. I will miss Firefox, but switching to a Win7 supported browser would be my first option, then Linux if I have to dump Windows 7 for something else.

Developers will moan and say switch to Win X with the favorite phrase 'Upgrade' when my experience has been the opposite, but what do others feel who are using older versions of Windows?

Otázku položil(a) jimbo100 Pred 2 mesiacmi

Posledná odpoveď od Rabysh Pred 2 mesiacmi

Windows 7 support in firefox

thank you for your time & expertise:) Can you please help me understand what would happen if firefox stops supporting windows 7 users. Will i still be able to use … (ďalšie informácie)

thank you for your time & expertise:) Can you please help me understand what would happen if firefox stops supporting windows 7 users. Will i still be able to use the browser - just with less security? I will probably have to give up using a computer if I cant continue with Windows 7 so I'd even be prepared to pay an annual fee to keep the support going. Look forward to hearing from you, thanks Julie

Otázku položil(a) julimatt Pred 4 mesiacmi

Posledná odpoveď od derromurungi7 Pred 1 týždňom

  • Archivované

'Block site' does not solve my problem

'Block Site' merely blocks access to a list of sites, but does not stop them appearing. is there a way to stop websites which use <gob.mx> in the address, which att… (ďalšie informácie)

'Block Site' merely blocks access to a list of sites, but does not stop them appearing. is there a way to stop websites which use <gob.mx> in the address, which attempt to re-direct to 'mirror' sites that try to steal personal info and generate 'Illegal re-direct' warnings from anti-virus programs from appearing in firefox searches, automatically, rather than having to enter <XXXXXXX, -gob.mx> each time I search ?

Otázku položil(a) p.williams2 Pred 2 rokmi

Posledná odpoveď od Terry Pred 2 rokmi

  • Archivované

Secure Connection Failed

Secure Connection Failed An error occurred during a connection to grievances.maharashtra.gov.in. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR The page … (ďalšie informácie)

Secure Connection Failed

An error occurred during a connection to grievances.maharashtra.gov.in. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Otázku položil(a) maheshzende65 Pred 6 mesiacmi

Posledná odpoveď od Paul Pred 6 mesiacmi

How can I import my (old installation) bookmarks toolbar to my (new installation)

I copied my home page from my old installation to another (new computer) - yadda.htm I found out that the bookmarks toolbar is Installation Specific (boo) and that the e… (ďalšie informácie)

I copied my home page from my old installation to another (new computer) - yadda.htm

I found out that the bookmarks toolbar is Installation Specific (boo) and that the export/import process on Firefox for the toolbar (according to Google) is hidden, convoluted. and a complete enigma (to me - can't be easy for anybody, really)

Could you please tell me how I can add to my new bookmarks toolbar from my old browser/installation without having to recreate them from scratch at my new installation?

Thank you.

Otázku položil(a) mjegi Pred 6 mesiacmi

Posledná odpoveď od sanmon Pred 6 mesiacmi

  • Archivované

why everytime i use firefox the default web address is: https://hao.360.com/?src=lm&ls=n077c1cd59a

why everytime i use firefox the default web address is: https://hao.360.com/?src=lm&ls=n077c1cd59a … (ďalšie informácie)

why everytime i use firefox the default web address is: https://hao.360.com/?src=lm&ls=n077c1cd59a

Otázku položil(a) augustwp Pred 1 rokom

Posledná odpoveď od TyDraniu Pred 1 rokom

  • Vyriešené
  • Archivované

Change Firefox Account email

HI I want to change my Firefox Account email to a new one because my email [email removed]@gmail.com has been hacked and i want to change it to my new email: [email remov… (ďalšie informácie)

HI I want to change my Firefox Account email to a new one because my email [email removed]@gmail.com has been hacked and i want to change it to my new email: [email removed]@gmail.com

Otázku položil(a) Adin Pred 6 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Stop Firefox showing my location when 'Googling'

Firefox show's my location when 'Googling' In 'about:config' I have my geo set to disable, I tried it enabled and turning it back, also in 'Settings' Location shows empt… (ďalšie informácie)

Firefox show's my location when 'Googling'

In 'about:config' I have my geo set to disable, I tried it enabled and turning it back, also in 'Settings' Location shows empty and I can not get it to see Google nor can I manually insert it.

Any idea what is going on please??

Dave.

Otázku položil(a) EF80 Pred 6 mesiacmi

Na otázku odpovedal(a) TyDraniu Pred 6 mesiacmi

  • Archivované

Win 7: Firefox update to 115.10 esr from 91.0.2

It looks as though installing this 115.10 ESR will be a "new Install" instead of an update. 1) Will I lose my bookmarks, settings, passwords, ect? (My bookmarks have be… (ďalšie informácie)

It looks as though installing this 115.10 ESR will be a "new Install" instead of an update.

1) Will I lose my bookmarks, settings, passwords, ect? (My bookmarks have been collecting for years....)

2) If I try this will creating a restore point return me back to the way I was before the attempt?

Thank You All!

Otázku položil(a) Longtimeuser Pred 1 rokom

Posledná odpoveď od cor-el Pred 1 rokom