Skip to main content
18-Opal
September 26, 2023
Question

Change the Color of the Tool Tip on the Grid

  • September 26, 2023
  • 1 reply
  • 2616 views

Hi,

 

I have a PTCS Gird with me. Can someone please help me with the CSS of the Tooltip of the Grid? Instead of a Grey background colour, I would like to change the colour and height of the tooltip.

 

Thingworx Version: 9.3.8.

 

Thanks,

 

 

1 reply

12-Amethyst
September 27, 2023

something like this

@supports (ptcs-style-unit: "PTCS-CORE-GRID") {
	[part=header] {
		background-color:blue !important;
	}
}

 

18-Opal
September 27, 2023

@JU_10321794 ,

 

This is for the Header of the Gird, right?, what is for the Tooltip?

 

Thanks,

12-Amethyst
September 27, 2023

@pshashipreetham 

Yes, i don't really know what you mean with tooltip.

 

In the old gridadvanced you would get a tooltip for all each column header(as far as i remember).

It could be that i disabled my tooltips in a global css file an i cant remember.

Can you send a screenshot?