当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

!important / @namespace

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

more options

Is it still necessary to use both !important and @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul) inside userChrome?

Is it still necessary to use both ''!important'' and ''@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul)'' inside userChrome?

選ばれた解決策

I've been on a warpath against using @namespace for nearly four years. Ref. https://www.userchrome.org/adding-style-recipes-userchrome-css.html#namespaces

You need !important in many cases to overcome the sometimes unpredictable way that browsers apply the precedence rules of the CSS cascade: https://developer.mozilla.org/docs/Web/CSS/Cascade

この回答をすべて読む 👍 0

すべての返信 (2)

more options

選ばれた解決策

I've been on a warpath against using @namespace for nearly four years. Ref. https://www.userchrome.org/adding-style-recipes-userchrome-css.html#namespaces

You need !important in many cases to overcome the sometimes unpredictable way that browsers apply the precedence rules of the CSS cascade: https://developer.mozilla.org/docs/Web/CSS/Cascade

more options

Thanks for that. I have been suspicious of @namespace for some time. I will omit it for the time being.