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

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation 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?

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

Announcements


Top Tags