What code do I need to edit to change the long press color (orange) to one that works better with my website?
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?
All Replies (4)
Website designers cannot change the focus ring color.
Is there another way to change or remove the focus ring color (besides CSS) ?
I believe
-moz-user-select:-moz-none
will give you the behavior you want.
Unfortunately, this does not work either.
The -webkit version of this works in Chrome for Android, though it also disables the link.