Hi Karl,
Wanted to ask you if there is any setting for the colour of text highlight after selection with mouse? I couldn't find it and now it maybe is the default for the browser.
Is there a way to change the colour with css?
Thank you, George
X3 Photo Gallery Support Forums
::selection {
background-color: #000;
color: white;
}
p::selection, h1::selection, h2::selection {
background-color: #000;
color: white;
}