ID and/or CSS class of the copy/share menu ???

Talk about Mozilla browsers for small devices such as PDAs and cellphones.
Post Reply
Ulf3000
Posts: 18
Joined: February 17th, 2017, 9:02 am

ID and/or CSS class of the copy/share menu ???

Post by Ulf3000 »

android 4.4
ff51

can anyone please tell me the css class or id of the edit menu (which pops over the url bar when you select a text-part ).
all i wanna do is move it to another place ( like 50 pixels down or something like that ) .

i got no good means of debugging the mobile ff so its hard to find out the structure of the browser in mobile versions.
JanH
Posts: 111
Joined: March 23rd, 2011, 1:19 pm

Re: ID and/or CSS class of the copy/share menu ???

Post by JanH »

Firefox for Android uses a native UI, so for the most part you can't use CSS to change the interface there.

I think add-ons can call into native code using JNI and I think they can also include native Java code themselves with which it might be possible to poke around within the UI, but it's probably rather a major effort.
Post Reply