I am currently working on a webshop, I am using following CSS3 to change the style of selected content by following CSS:
::selection {
background-color:#5f2f8f;
color:white;
}
It does work, but when I press CTRL+A you still see the default
selection on some spaces (the blue stuff).
Why is there still default selection style on some spaces after pressing CTRL+A?
Image demo: