cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Popup shadow

krishnakomal123
14-Alexandrite

Popup shadow

There is a shadow background of popup.Any options to disable it as It effects the look of UI?

1 ACCEPTED SOLUTION

Accepted Solutions

Hi,

 

Try the following custom CSS in the mashup from where you open the popup:

 

.mashup-popup {
box-shadow: none !important;
border-style: solid !important;
}

 

Probably, you need to adjust the borders after removing the shadow.

 

Hope it helps,

Raluca Edu

View solution in original post

1 REPLY 1

Hi,

 

Try the following custom CSS in the mashup from where you open the popup:

 

.mashup-popup {
box-shadow: none !important;
border-style: solid !important;
}

 

Probably, you need to adjust the borders after removing the shadow.

 

Hope it helps,

Raluca Edu

Top Tags