Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

userChrome.css wont work anymore with my script after updating to the latest version

more options

Hello!

I've had installed Firefox version 96, and my config file userChrome.css worked great with my cript for positioning search bar from bottom to upper bar line right below address bar line.

Script is known on the web and that is: /* Move Find Bar above the page*/ .browserContainer > findbar {

 -moz-box-ordinal-group: 0;

}

When I updated Firefox to the latest version 5.16.0esr (64-bit), this positioning settings for this search bar wont work anymore. It is located as originaly - at the bottom, when you press CTRL+F combination key.

userChrome.css file is located and copyed in new correct directory, it is c:\Users\-username-\Appdata\Roaming\Mozilla\Firefox\Profiles\gdjopg16.default-esr\chrome\userChrome.css

It is interesting, if I install older Firefox, then my userChrome.css file works flawlessly and everytime when I press CTRL+F my search bar shows in the upper region. I tested it again if everythink works ok, so when i deleted script code or file userChrome.css, then search bar goes stright to the bottom position.

So, in my latest Firefox version it wont work and I tried everything, searched the web and didnt find solution yet.

Sorry for little bad language, its not my native one. I would really appreciate any help to fix this. Thanks.

Hello! I've had installed Firefox version 96, and my config file userChrome.css worked great with my cript for positioning search bar from bottom to upper bar line right below address bar line. Script is known on the web and that is: /* Move Find Bar above the page*/ .browserContainer > findbar { -moz-box-ordinal-group: 0; } When I updated Firefox to the latest version 5.16.0esr (64-bit), this positioning settings for this search bar wont work anymore. It is located as originaly - at the bottom, when you press CTRL+F combination key. userChrome.css file is located and copyed in new correct directory, it is c:\Users\-username-\Appdata\Roaming\Mozilla\Firefox\Profiles\gdjopg16.default-esr\chrome\userChrome.css It is interesting, if I install older Firefox, then my userChrome.css file works flawlessly and everytime when I press CTRL+F my search bar shows in the upper region. I tested it again if everythink works ok, so when i deleted script code or file userChrome.css, then search bar goes stright to the bottom position. So, in my latest Firefox version it wont work and I tried everything, searched the web and didnt find solution yet. Sorry for little bad language, its not my native one. I would really appreciate any help to fix this. Thanks.
Priloženi posnetki zaslona

Vsi odgovori (1)

more options

Hi all,

SOLVED:

I found a solution on the web:

.browserContainer > findbar {

-moz-box-ordinal-group:0 !important; /*  for 112 and older */
order: -1 !important; /* for 113 and newer */
border-top: none !important;
border-bottom: 1px solid ThreeDShadow !important;

}

Regards.

Koristno?

Vprašajte

Če želite objaviti odgovor, se morate prijaviti v svoj ​​račun. Če računa še nimate, zastavite novo vprašanje.