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
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
According to this question: http://stackoverflow.com/questions/2043695/textareaselection-and-moz-selection it's not possible. Maybe it will be in future browsers.
The value of an input is not a text-node in the DOM, therefore CSS-selectors will not be able to target it.