views:

23

answers:

2

Is there anyway I can get ::moz-selection applied to input elements, even if I have to edit some file in userChrome.css, userContent.css or some similar file?

thanks

A: 

According to this question: http://stackoverflow.com/questions/2043695/textareaselection-and-moz-selection it's not possible. Maybe it will be in future browsers.

Kyle Sevenoaks
how about some configuration file inside Firefox/XUL folders? or is it bound to the OS?
cmpscabral
A: 

The value of an input is not a text-node in the DOM, therefore CSS-selectors will not be able to target it.

Daniel