Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

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

  • 1 件の返信
  • 0 人がこの問題に困っています
  • 12 回表示
  • 最後の返信者: Luka Hafner

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.
添付されたスクリーンショット

すべての返信 (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.

役に立ちましたか?

質問する

投稿に返信するには あなたのアカウントにログイン する必要があります。まだアカウントをお持ちでなければ、新しい質問を開始 してください。