Windows10で色付きのFirefoxタイトルバーを取得する
Mozillaは最近、Windows10用に更新されたテーマを備えたFirefox40をリリースしました。 このテーマは、Windows 10でより優れた、より使いやすい外観を提供することを目的として作成されました。 ただし、Windows 10で色付きのタイトルバーを既に有効にしている場合、このテーマは白くなりすぎます。 この問題の修正は次のとおりです。これにより、Windows 10で他のOSの色と一致する色付きのFirefoxタイトルバーを使用できるようになります。
を使用してWindows10で色付きのタイトルバーをアクティブ化した場合 このテーマ, Aero Lite またはと Winaero Tweaker、Firefox 40ウィンドウは灰色ではなく白になります!
デフォルトのWindows10テーマのFirefox:
可能です Windows10のFirefoxで色付きのタイトルバーを取得する. 以下の手順に従ってください。
- 新しいを作成します userChrome.css 次の記事で説明されているファイル: MozillaFirefoxのコンテキストメニューでアイコンを無効にする.
つまり、次のことを行う必要があります。- Firefoxを開き、キーボードのAltキーを押します。
- メインメニューが表示されます。 [ヘルプ]-> [トラブルシューティング情報]に移動します。
- [アプリケーションの基本]セクションで、[フォルダの表示]ボタンをクリックしてプロファイルフォルダを開きます。
- 開いたら、ここに「Chrome」という新しいフォルダを作成します。
- 作成したフォルダを開きます。 ここでは、というファイルを作成する必要があります userChrome.css.
- userCrhome.cssファイルを作成するには、メモ帳を使用します。 メモ帳を開き、次のテキストを貼り付けます。
#main-window {background-color:transparent!important; }#titlebar-buttonbox .titlebar-button {background-color:transparent!important; }#titlebar-buttonbox#titlebar-min:-moz-any(:hover、[open])、#titlebar-buttonbox#titlebar-max:-moz-any(:hover、[open]){background-color:hsla (210,4%、10%、。 08)!重要; } #titlebar-buttonbox#titlebar-close:-moz-any(:hover、[open]){background-color:hsla(360,100%、50%、。 4)!important; }
名前を引用符で囲んで作成したChromeフォルダにファイルを保存します。
- 今、 Firefoxを再起動します.
Firefoxブラウザは次のようになります。
WinaeroTweakerまたはRegistrytweakを使用して Windows10のウィンドウタイトルバーを小さくする、壊れたタイトルバーが表示されます! ボタンは次のようになります。
#titlebar-buttonbox .titlebar-button .toolbarbutton-icon {display:none!important; }
userChromeファイルには次の内容が含まれている必要があります。
#main-window {background-color:transparent!important; }#titlebar-buttonbox .titlebar-button {background-color:transparent!important; }#titlebar-buttonbox#titlebar-min:-moz-any(:hover、[open])、#titlebar-buttonbox#titlebar-max:-moz-any(:hover、[open]){background-color:hsla (210,4%、10%、。 08)!重要; } #titlebar-buttonbox#titlebar-close:-moz-any(:hover、[open]){background-color:hsla(360,100%、50%、。 4)!important; }#titlebar-buttonbox .titlebar-button .toolbarbutton-icon {display:none!important; }
これは、Firefoxのタイトルバーが再び正常に見えることです。
タイトルバーを変更していない場合は、最後のコードブロックを追加しないでください。
すぐに使用できるuserChrome.cssファイルをここからダウンロードできます。
すぐに使用できるuserChrome.cssをダウンロードします
それでおしまい。 コメント欄でお気軽にご意見をお聞かせください。