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;
}
}


