[opensuse] visited links' color in firefox quantum
Hello: I have set openSUSE list visited color link in userChrome.css as: @-moz-document domain("lists.opensuse.org") { a[href]:visited {color: #990000 !important;}} This works perfectly in Pale Moon browser. Recently I installed firefox quantum 60.3.0esr and added the above code to its userChrome.css but is has no any effect. I snipped the code to a[href]:visited {color: #990000 !important;} and it has no any effect either on visited links' color. I googled but could not find anything relevant. What would be the correct code in firefox quantum? Thanks, Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, 28 Nov 2018 17:51:52 +0100, Istvan Gabor wrote:
Hello:
I have set openSUSE list visited color link in userChrome.css as:
Sorry for the noise, The code must go to userContent.css, and it works. Istvan
@-moz-document domain("lists.opensuse.org") { a[href]:visited {color: #990000 !important;}}
This works perfectly in Pale Moon browser.
Recently I installed firefox quantum 60.3.0esr and added the above code to its userChrome.css but is has no any effect.
I snipped the code to
a[href]:visited {color: #990000 !important;}
and it has no any effect either on visited links' color.
I googled but could not find anything relevant.
What would be the correct code in firefox quantum?
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
Istvan Gabor