multiple box-shadow

Tagged: 

Author Posts

rodgeir

Is there a way to style with several layers of box-shadow
like this f.eks:
box-shadow: inset 10px 10px 20px 10px #CC0000 ,
inset 10px -10px 20px 10px #00CC00 ,
50px 50px 50px 10px #CC0000 ,
50px -50px 50px 10px #00CC00 ,


Sebastian

Hey,

Thanks for reporting this. I’ve fixed a bug with that. When adding comma separated box-shadow values to the single selector code editor, MT tried to sync the values with the UI fields, which stripped away all values after the first comma.

Update to Microthemer version 7.2.3.5 to fix.

I do intend to add UI support for multiple shadow and background properties, I just haven’t got around to it yet!

Cheers,
Sebastian


rodgeir

Just noticed there was an update and read the change log. Working now, thank you.

You must login or register to reply to this topic.