- Solved
- Archived
download icon missing
When trying to download a PDF from L.A.times web site I discovered the Firefox download icon has vanished
When trying to download a PDF from L.A.times web site I discovered the Firefox download icon has vanished
Firefox would not finishing loading so I (stupidly) clicked "refresh firefox" not realizing it would loose add-ons, extensions, etc. It created an Old Firefox Data folder… (read more)
Firefox would not finishing loading so I (stupidly) clicked "refresh firefox" not realizing it would loose add-ons, extensions, etc. It created an Old Firefox Data folder if that can somehow get it back to as it was instead of having to figure what add-ons I had & reinstall everything, etc. My Bookmarks still appear but I need the add-ons back!
I recently installed a theme that I really like, but the search bar by default is a blinding white color and it contrasts heavily with the dark blue colors in the theme I… (read more)
I recently installed a theme that I really like, but the search bar by default is a blinding white color and it contrasts heavily with the dark blue colors in the theme I picked.
Is there a way for me to edit the background color and text color of the search bar to be a different color? I've tried looking at different solutions and most of them make reference to userchrome or something else I have absolutely no idea how to work. Can someone explain to me, in the most simple and hard to get wrong terms as humanly possible, how to change the background and text color in the search bar? Is this something I edit the theme itself for? How do I do that?
Thanks in advance. Attached image shows the part of the browser I'm talking about if it somehow wasn't clear enough. I'd like to turn the white color into, say, dark blue or gray, and change the text color to a light blue or white.
Since the last update to Firefox I have not been able to print using the system dialog. Only the new Firefox print screen comes up. How can I return to system printing … (read more)
Since the last update to Firefox I have not been able to print using the system dialog. Only the new Firefox print screen comes up. How can I return to system printing dialog?
Also the ability to set print quality in the Firefox print screen does not exist. I can do copies, black or color, duplex printing, etc but not set the print quality like draft, text, photo, etc.
I also have many forms I've setup for printing and I can't access these.
Thanks, Pat
firefox is my default browser but every time i want to open a website or my gmail i have to sign in to google first . always get a message from google stating that cookie… (read more)
firefox is my default browser but every time i want to open a website or my gmail i have to sign in to google first . always get a message from google stating that cookies are disabled on firefox browser and i must reverse this and make google my default browser . what then is the point of firefox if i have to do this every time i may as well stay with google chrome . how do i solve this so that i can log on to gmail and autotrader with firefox .
Hi all After update 90.0.2 installed on my computer, FIrefox started flickering all the time a new page gets opened. I have never had such a problem before, nor I had any… (read more)
Hi all After update 90.0.2 installed on my computer, FIrefox started flickering all the time a new page gets opened. I have never had such a problem before, nor I had any hardware change in the last two months. I tried several proposed solutions concerning flickering like refreshing, disabling hardware acceleration etc. but nothing helps. I wonder what happened in 90.0.2 which caused that. I just installed update 91.0 and the flickering still persists.
I am using Windows 7 Enterprise 64-bit on a Dell Vostro 3750 Laptop if that matters. Thank you
as per my title: how do I move bookmarks to the right side? ps - migrated today from chrome... and amazed you haven't yet realised how MASSIVELY important customising … (read more)
as per my title: how do I move bookmarks to the right side?
ps - migrated today from chrome... and amazed you haven't yet realised how MASSIVELY important customising options are. This place is our virtual home!
stay safe !
Running v104.0.2. (UK) Whenever I have an 'email box', I get an autofill email address appearing I wish to delete. When I highlight the address, and hit 'delete' it doesn… (read more)
Running v104.0.2. (UK) Whenever I have an 'email box', I get an autofill email address appearing I wish to delete. When I highlight the address, and hit 'delete' it doesn't work. On searching a method, I get the suggestion to go into settings and drill down in the 'Forms & Autofill' section in 'privacy' settings, but my FireFox has no such section.
I then tried to 'activate' the section by going into 'about:config' and changing 'extensions.formautofill.available' from, 'detect', to 'on', it made no difference, I still have no 'Forms & Autofill' section in settings.
How can something so simple be so complicated?
How do I delete an autofill email address?
I am running the latest version 98.0.1 {64 bit) under WIndows 7 Professional.
When I press the three bar menu button I see no 'Options' listed.
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… (read more)
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+ */ /* 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 */ #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) { -moz-box-ordinal-group: 10 !important; } #TabsToolbar { -moz-box-ordinal-group: 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: 100vremovew !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.
I have used mozilla firefox for over 5 years. It have always had a GOOGLE search bar in the center of the screen and it has worked correctly - now whenever i try to input… (read more)
I have used mozilla firefox for over 5 years. It have always had a GOOGLE search bar in the center of the screen and it has worked correctly - now whenever i try to input words into the GOOGLE search bar located in the center of the screen it defaults and jumps to the URL/Web Address Bar at the near top off the screen - this jump to the address bar is VERY distracting and inconvenient! How can I revert to using ONLY the search bar in the center of the screen? I have worked on this for two solid days and none of the recommended fixes have worked. I have uninstalled and reinstalled Google and Firefox numerous times but now it always defaults any Google search to the address bar! THIS MUST STOP!!! Thanks!!! Sincerely!!!
Hi. Starting somewhat recently, Firefox has been getting in the way of me downloading certain PDFs which I know to be fine but which it thinks are insecure or a security … (read more)
Hi. Starting somewhat recently, Firefox has been getting in the way of me downloading certain PDFs which I know to be fine but which it thinks are insecure or a security hazard. I'd like to disable this security "feature" permanently. How can I do this? Thanks!
My bookmarks toolbar disappeared. I was able to restore it, but it's blank. Using an add-in, I can show my bookmarks in a side pane. That pane does show a Bookmarks Toolb… (read more)
My bookmarks toolbar disappeared. I was able to restore it, but it's blank. Using an add-in, I can show my bookmarks in a side pane. That pane does show a Bookmarks Toolbar folder, which has the expected contents.
Additional issue: how do I rearrange my toolbars. The desired order, from top to bottom is title menu navigation tabs bookmarks
Windows 7 Pro, Firefox 94.0.2
Much thanks!
with the planed removal of FTP support from Firefox I am at my wits END... I cannot seem to get FileZilla to connect to ftp.mozilla.org what connection type should I sele… (read more)
with the planed removal of FTP support from Firefox I am at my wits END... I cannot seem to get FileZilla to connect to ftp.mozilla.org what connection type should I select and WHAT port number am I suppose to be using? anonymous login is fine right?
So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu… (read more)
So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu spacing and the way tabs look all while not breaking previous walls of text in userChrome.css meant to fix even older UI problems. Still one thing I failed to find any solutions to is the bookmark drop-down menus color issue. Those menus used to be gray, but now they are all bright white, which to me is super annoying. Any tips on how to fully recolor those?
As of version 91 I think it was, around middle of 2021 (last year), in the dropdowns from the across-to-the-top bookmarks menu, the items are spaced out vertically way to… (read more)
As of version 91 I think it was, around middle of 2021 (last year), in the dropdowns from the across-to-the-top bookmarks menu, the items are spaced out vertically way too much. So much space is wasted. I like the spacing they had before that version. I just want to go on record as giving feedback that I don't like it, and wish it went back to the original spacing. I have looked at https://support.mozilla.org/en-US/questions/1346987 and know there's all sorts of weird stuff I can do to customize my Firefox to get the spacing I want, however, my point with this post is to get feedback back to the Firefox developers to see if they will consider changing it back. If posting here is not the best way to get feedback back to the developers/designers/product-owners, please let me know the best way. I couldn't find another way.
After the most recent update, currently on 92.0, the Minimize, Maximize, and Close buttons are invisible. They are still there and I can get the tool-tip if I hover over… (read more)
After the most recent update, currently on 92.0, the Minimize, Maximize, and Close buttons are invisible. They are still there and I can get the tool-tip if I hover over them with the mouse, but visually they are completely gone.
Any ideas how to fix this?
Thanks in advance!
Problem: Firefox scrolls up to the top of page when I click on any video link on Tiktok site. Details: Problem also exists in Private Window. I tried disabling all… (read more)
Problem: Firefox scrolls up to the top of page when I click on any video link on Tiktok site.
Details:
Version: FF 96.0.3 (64-bit) for Desktop PC OS: Win 7 SP2
Any suggestions to pin and fix this?
Hi there; I like Firefox and I always recommend it to others, please keep it the way it was, simply good privacy and easy to use and work with. It used to was possible to… (read more)
Hi there; I like Firefox and I always recommend it to others, please keep it the way it was, simply good privacy and easy to use and work with. It used to was possible to clear cookies for a specific website but now it's gone! and I can't figure out how can I delete/clear cookies for a specific website! I think even if there is a way to do this, you've made it so complicated! it was easy, just click on setting icon next to website address in address bar and clear cookies! once I tried this and it took me to other pages and ended up to clearing all my cookies in entire Firefox! and this made difficulties for me to find all my username and passwords and enter them one by one...
Please make it simple as before. Thanks.
So with FF96 update my active tab border color has changed to black for some strange reason. Any tips on code to change the color in userChrome.css?