Is there also a CSS whitelist?

ddumonde
Community Explorer

I have a div creating a box around some content on a page: 

<div style="margin: 0.5em; padding: 1em; border: 1px solid lightgray;">

I'm attempting to add a shadow to the div using inline CSS:

box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

When I preview it in the editor, the shadow appears.

div with drop shadow

When I save the page, the shadow disappears, along with the inline CSS box-shadow statement.

div without drop shadow

Is there a CSS whitelist?

Users who also had this question