搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

What code do I need to edit to change the long press color (orange) to one that works better with my website?

  • 4 个回答
  • 5 人有此问题
  • 6 次查看
  • 最后回复者为 m_vance

more options

I am building a custom website for a client to be used exclusively for Firefox on an Android tablet. When a link is long pressed, its background color always turns to the Mozilla orange. This color goes against the client's palette and looks out of place. Is there CSS code to manipulate to alter this color state?

I am building a custom website for a client to be used exclusively for Firefox on an Android tablet. When a link is long pressed, its background color always turns to the Mozilla orange. This color goes against the client's palette and looks out of place. Is there CSS code to manipulate to alter this color state?

所有回复 (4)

more options

Website designers cannot change the focus ring color.

more options

Is there another way to change or remove the focus ring color (besides CSS) ?

more options

I believe

   -moz-user-select:-moz-none

will give you the behavior you want.

https://developer.mozilla.org/en-US/docs/CSS/user-select

more options

Unfortunately, this does not work either.

The -webkit version of this works in Chrome for Android, though it also disables the link.