Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar… (read more)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}

Asked by Slouch 5 hours ago

Last reply by Slouch 1 minute ago

Firefox is creating cookies.sqlite.bak file when i enter twitch.tv

Hi, Today I discovered that firefox has logged me out of every site. I checked the cookies and there were cookies.sqlite and cookies.sqlite.bak. When I delete the newly … (read more)

Hi, Today I discovered that firefox has logged me out of every site. I checked the cookies and there were cookies.sqlite and cookies.sqlite.bak. When I delete the newly created cookies.sqlite and rename cookies.sqlite.bak to cookies.sqlite, I am logged back in to all sites and everything works fine. I notice that the cookies.sqlite.bak file is created when I go to twitch.tv. Can I check what is causing this problem and fix it somehow? I've already tried deleting the cookies just from the twitch.tv site, but that doesn't help.

Asked by ffyyyyyy 3 hours ago

Last reply by ffyyyyyy 13 minutes ago

Lost all tabs from previous session and standard fixes don't work

My Firefox settings are configured to "Open previous windows and tabs" on Startup. This worked fine until this morning, when I lost all of the tabs in my session, includi… (read more)

My Firefox settings are configured to "Open previous windows and tabs" on Startup. This worked fine until this morning, when I lost all of the tabs in my session, including the pinned ones. The last time I closed Firefox, there was only one window open.

I have already tried these ideas to restore the tabs:

  • CTRL+SHIFT+T: Does nothing
  • CTRL+SHIFT+N: Does nothing
  • Three bar menu -> History -> Recently closed tabs: The list is empty
  • Three bar menu -> History -> Recently closed windows: The option is greyed out
  • Three bar menu -> History -> Restore previous session: The option does not exist in the menu
  • Open user profile folder and open sessionstore-backups folder: There are three files named "previous.jsonlz4", "recovery.baklz4" and "recovery.baklz4". They are each 2KB and contain only an empty tab with the URL "about:home". There are three additional files starting with "upgrade" but they are from too long ago, so they don't contain the tabs I require.

The contents of these tabs are vitally important for my work, so this is causing me significant stress. If anyone can suggest ways to recover my previous tab beyond the documented fixes, I would greatly appreciate it. Thank you so much to anyone who can help!

Asked by king__lego 3 days ago

Last reply by jscher2000 - Support Volunteer 39 minutes ago

Why Google always request CAPTCHA test - it is really annoying!

Hello there, since of late when I try to Google search something through Firefox browser I always get this message: ".....Our systems have detected unusual traffic from y… (read more)

Hello there, since of late when I try to Google search something through Firefox browser I always get this message: ".....Our systems have detected unusual traffic from your computer network. This page checks to see if it's really you sending the requests, and not a robot...." So I did the test which took me through millions of tests, and finally gave me the search results. I though this was occasional one off thing but to my horror, no! It does always request CAPTCHA test now. I wonder whether Google doing this purposely to discourage Firefox engine search use and encourage to use Chrome instead - which I found no issues with at all! I use VPN of course but how come Chrome does not bar me while VPN is on? Anybody else found this issue? Thank you!

Asked by tpandith 2 hours ago

Last reply by Tomatoshadow2 1 hour ago

Etrade problems

I can open the main Etrade page but when I then click on anything else all I get is the hour glass which does not go away. This is ANY other page I try to go to in Etra… (read more)

I can open the main

Etrade page but when I then click on anything else all I get is the hour glass which does not go away.  This is ANY other page I try to go to in Etrade.

I go to Edge and have no problems but I have used FF for many years and would like to continue doing so.

Tks for the help - jb

Asked by jim 6 hours ago

Last reply by cor-el 2 hours ago

my computer updated and i lost firefox

My computer updated with no warning one night, and i lost all personalization and even everything stored in my firefox, the sign ins, passwords, bookmarks, all. is there… (read more)

My computer updated with no warning one night, and i lost all personalization and even everything stored in my firefox, the sign ins, passwords, bookmarks, all. is there a way for me to find all that was erased?

Asked by liz1611 16 hours ago

Last reply by cor-el 3 hours ago

Blocking of strange site in Firefox by Malwarebytes

Malwarebytes www.malwarebytes.com -Log Details- Protection Event Date: 12/05/2024 Protection Event Time: 10:52 Log File: 0728216c-103d-11ef-bf81-74e6e24e33e7.json -Soft… (read more)

Malwarebytes www.malwarebytes.com

-Log Details- Protection Event Date: 12/05/2024 Protection Event Time: 10:52 Log File: 0728216c-103d-11ef-bf81-74e6e24e33e7.json

-Software Information- Version: 4.6.12.323 Components Version: 1.0.2309 Update Package Version: 1.0.84577 Licence: Premium

-System Information- OS: Windows 10 (Build 19045.4355) CPU: x64 File System: NTFS User: System

-Blocked Website Details- Malicious Website: 1 , C:\Program Files\Mozilla Firefox\firefox.exe, Blocked, -1, -1, 0.0.0, ,

-Website Data- Category: RiskWare Domain: zeewhaih.com IP Address: 139.45.197.245 Port: 80 Type: Outbound File: C:\Program Files\Mozilla Firefox\firefox.exe


(end)

Should I be worried about this?

Thank you Dave

Asked by Dave 14 hours ago

Last reply by jonzn4SUSE 3 hours ago

  • Solved

Setting border color for focused URL Bar

Hi All, I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus. The following code works for the se… (read more)

Hi All,

I'm trying to set the border color for my url & search bars to gray when non-focused, and blue when receiving the focus.

The following code works for the search bar, but the url bar is receiving a separate blue border around the gray border, instead of changing the color from gray to blue.

Can someone suggest how I might set the url bar to blue (just a single border, not the double it has now), both when it has focus and when it's expanded?

Thank you!

/* set non-focused url & search bars to gray border */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set focused search bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #searchbar:focus-within { border: 1px solid #0078d7 !important; }
/* set focused url bar to blue border */
#urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background:focus-within, #urlbar:focus-within { border: 1px solid #0078d7 !important; }

Asked by Slouch 6 days ago

Answered by Slouch 4 hours ago

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now."

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now." after typing in password Works fine on other browsers. Problem started Maybe arou… (read more)

Can't log in to Regions Bank Account. Message: "We can’t locate that page right now." after typing in password Works fine on other browsers.

Problem started Maybe around mid April. Have 5 computers: 2 running Windows 10, 2 running Windows 7 Professional, 1 running Linux

Problem occurs only on the computers running windows 7 Professional

Regards.

Asked by HBR Firefox VPN 2 days ago

Last reply by jonzn4SUSE 4 hours ago

Tabs bar is scrolling

I can't find a way to disable tabs scrolling. This is highly confusing, I have to always look for my tabs and do extra clicks and scrolling. This is very distracting. Als… (read more)

I can't find a way to disable tabs scrolling. This is highly confusing, I have to always look for my tabs and do extra clicks and scrolling. This is very distracting. Also those two buttons - "<" & ">" - they occupy extra space. The left one is especially annoying because I expect a "+ new tab" button to be there. I don' want to test/use this new experimental feature, how can I turn this off? Thank you.

Asked by Arseniy Fomchenko 2 days ago

Last reply by jscher2000 - Support Volunteer 4 hours ago

Windows 11 'OS level' VPN settings?

Hello, First post and could not find this surprisingly... I'm wondering what settings to use for windows 11 VPN section. i installed on my desktop but when i go to VPN se… (read more)

Hello, First post and could not find this surprisingly... I'm wondering what settings to use for windows 11 VPN section. i installed on my desktop but when i go to VPN settings in current win 11 it does not list a VPN. is this possible to use Mozilla VPN at OS level or is it only via ff browser?

 Thanks! 

I love Mozilla and what they do with their products! :-)

Asked by lrs2 16 hours ago

Last reply by TyDraniu 13 hours ago

Bookmarks Rearranging themselves

So on my Legion laptop, Windows 11 Home, the bookmarks keep rearranging themselves, iv also noticed A LOT of duplicates and folders which I did not add. I rebooted the la… (read more)

So on my Legion laptop, Windows 11 Home, the bookmarks keep rearranging themselves, iv also noticed A LOT of duplicates and folders which I did not add. I rebooted the laptop then tried scanning the it with WindowsDefender and Malwarebytes, and refreshing the application. On my desktop which is synced, there is no issue. I thought I was seeing things at first until I focused right on the bookmark tool bar and every 10-20 seconds one will just pop into a new position. Will a fresh install work? That's my next step, but wanted to see if there is a better solution.

Asked by Shawn Ianiri 15 hours ago

Last reply by cor-el 6 hours ago

Primary Password issue

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new… (read more)

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new one. It also won't let me disable the pop-up that asks for the primary password. Please advise.

Asked by Lisa Corricello-McDowell 3 days ago

Last reply by cor-el 6 hours ago

  • Solved

"Failed to check for updates" et al

Hey, so, I've seen this question a couple times when I searched, but (a) there didn't seem to be any solution and (b) they were all regarding Macs and I'm on Windows 11 v… (read more)

Hey, so, I've seen this question a couple times when I searched, but (a) there didn't seem to be any solution and (b) they were all regarding Macs and I'm on Windows 11 v 23H2. I keep getting bubbles saying that Firefox wasn't able to check for updates- not that it couldn't download or install updates, but it couldn't search for one. I also did the "about Firefox" thing and it gives me the same message. Both of these have been going on for a couple days and I have attempted restarting Firefox multiple times and did a manual update [125.0.1 (64-bit)] just in case there was a problem there. Now, I've tried the tips from the other threads (turning off the proxy, checking any anti-update policies, and checking the add.update.url in the config settings) with no luck. So in an effort to either bump the question or get any Windows oriented answers... Thanks muchly

Asked by xheavenlybodiesx 3 weeks ago

Answered by NoahSUMO 3 weeks ago

  • Solved

Windows taskbar doesn't unhide itself when firefox is maximised.

Automatically hide taskbar in desktop mode => Enabled Firefox => Maximised When cursor is moved to outer edge of screen, taskbar should unhide (Expected behaviour) … (read more)

Automatically hide taskbar in desktop mode => Enabled Firefox => Maximised When cursor is moved to outer edge of screen, taskbar should unhide (Expected behaviour) but in this case it remain hidden (Reality). Firefox along with all other spinoffs give same result. Chromium based browser works perfect, and taskbar automatically unhide itself.

As OLED screen have became common as monitor, Taskbar auto-hide is must. If this issue cann't be fixed I may have to change my primary browser which I used for almost 15 years.

Kindly, look into it. If Chromium can do it, why not Firefox.

Asked by idsks111 1 month ago

Answered by idsks111 1 month ago

firefox container tab minify

in google and in other browsers when you have multiple tabs in a container you have an option to minify all tabs in the container. is there a similar feature for firefox… (read more)

in google and in other browsers when you have multiple tabs in a container you have an option to minify all tabs in the container. is there a similar feature for firefox,

thank you!

Asked by Mousica 1 day ago

Last reply by Mousica 8 hours ago

Firefox e Amazon.com.br

Tenho o Win 11 23H2 com Firefox 124.0.1 instalado. Há meses , devo usar o Avast Browser para acessar o Amazon.com.br ou qualquer site do gov.br. Já desinstalei tudo e rei… (read more)

Tenho o Win 11 23H2 com Firefox 124.0.1 instalado. Há meses , devo usar o Avast Browser para acessar o Amazon.com.br ou qualquer site do gov.br. Já desinstalei tudo e reinstalei do zero , sem extensões , mas o problema continua. Alguém sabe me ajudar? Desde já agradeço.

Asked by Michael 1 month ago

Last reply by Michael 9 hours ago

Not able to load sites

I was able to open reddit.com without any problems earlier, but recentrly I'm not able to load it up anymore. The loading screen is eternal and it doesnt show any kind of… (read more)

I was able to open reddit.com without any problems earlier, but recentrly I'm not able to load it up anymore. The loading screen is eternal and it doesnt show any kind of error (unless it tries to connect for too long like a couple of minutes, then the error does shows up). The site still sends me notificarions through the browser though. Any other site loads up without a problem. I tried to use methods mentioned in the help article (turned off proxy, turned on network.dns.disableIPv6, deleted cookies and cache). In other browsers (Edge, for example) reddit.com loads just fine. Please help me if you can.

Asked by Anton 1 week ago

Last reply by Anton 12 hours ago