Is there a way to add a box-shadow to the ::selection pseudo-element?
*::selection {
box-shadow: 2px 2px black;
}
seems not to be working.
|
Is there a way to add a box-shadow to the ::selection pseudo-element?
seems not to be working. |
|||
|
I don't believe you can add a box-shadow to
it does accept "background: #HEX" (not image) and "color: #HEX" (of course, rgb(a) for both too) it DOES accept "text-shadow:" though |
||||
|
::selection. The text is still being highlighted, but the browser no longer paints the default highlight style. – BoltClock♦ Aug 2 '12 at 15:32