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

Thingworx grid CSS

krishnakomal123
15-Moonstone

Thingworx grid CSS

In Thingworx 9.6 , below code works for grid headers. Please help me with part detail and code that effects font inside each grid cell

 

@supports (ptcs-style-unit: "PTCS-CORE-GRID") {
[part=header-label] {
font-weight:700 !important;
font-size:14px !important;
}
}

ACCEPTED SOLUTION

Accepted Solutions

Hello @krishnakomal123 ,

 

Thank you for providing the starting CSS. Starting with that I constructed what I believe answers your request.

I have updated the Article - CS439465 - ThingWorx Web Components Customization with CSS
Please test and let me know if it meets your requirement.

 

Regards,

Pehowe

 

View solution in original post

2 REPLIES 2

Hello @krishnakomal123 ,

 

Thank you for providing the starting CSS. Starting with that I constructed what I believe answers your request.

I have updated the Article - CS439465 - ThingWorx Web Components Customization with CSS
Please test and let me know if it meets your requirement.

 

Regards,

Pehowe

 

It works! Thank you

Announcements


Top Tags