Jump to content

how to add drop shadow on unipanel


CITASys Automation

Recommended Posts

20 hours ago, CITASys Automation said:

how to make this shadow more blurry ?

Hello,

 

For example:

function beforeInit(sender, config)
{    
    config.style = "box-shadow: 0 3px 30px green;" + config.style;
}

That syntax is:

box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color];

 

image.thumb.png.448198f5164bd5fff60702bf3dbc5cab.png

 

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...