Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen

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… (Lesen Sie mehr)

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;
}

Gefragt von Slouch vor 19 Stunden

Letzte Antwort von Slouch vor 11 Stunden

Private Windows Closing Unexpectedly

Hi! I'm trying to determine if I'm having a Firefox issue or not. I've been using Firefox for many years and frequently use private windows. I've got a new laptop with… (Lesen Sie mehr)

Hi!

I'm trying to determine if I'm having a Firefox issue or not. I've been using Firefox for many years and frequently use private windows.

I've got a new laptop with Windows 11 and have been noticing that my private windows are sometimes closing unexpectedly. After which, I can't get my tabs back. This has only happened with private windows, and not regular windows.

Is this an issue that's being reported in the community? Thanks.

Gefragt von pmench vor 6 Tagen

Letzte Antwort von pmench vor 6 Tagen

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 … (Lesen Sie mehr)

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.

Gefragt von ffyyyyyy vor 17 Stunden

Letzte Antwort von ffyyyyyy vor 1 Stunde