Robust Well-known member Apr 8, 2015 #1 When you use your cursor and highlight text, mine is the same as the background, so you don't see it's highlighted. I changed the background colour and then the highlighted colour works. How can I change the colour for highlighting text?
When you use your cursor and highlight text, mine is the same as the background, so you don't see it's highlighted. I changed the background colour and then the highlighted colour works. How can I change the colour for highlighting text?
P Paul B XenForo moderator Staff member Apr 8, 2015 #2 That is an internal function of the browser, it's not something which can be styled in XF. Upvote 0 Downvote
Robust Well-known member Apr 8, 2015 #3 Brogan said: That is an internal function of the browser, it's not something which can be styled in XF. Click to expand... So there's nothing I can do except change the background colour? Can I not do something like this? Upvote 0 Downvote
Brogan said: That is an internal function of the browser, it's not something which can be styled in XF. Click to expand... So there's nothing I can do except change the background colour? Can I not do something like this?
Robust Well-known member Apr 8, 2015 #4 Solution for anyone that comes across this thread: Add this to EXTRA.css: Code: ::-moz-selection { background: #FFFFFF; } ::selection { background: #FFFFFF; } Replace #FFFFFF with your desired colour. Upvote 0 Downvote
Solution for anyone that comes across this thread: Add this to EXTRA.css: Code: ::-moz-selection { background: #FFFFFF; } ::selection { background: #FFFFFF; } Replace #FFFFFF with your desired colour.