Skip to main content
15-Moonstone
February 17, 2022
Question

Container Style Border on 9.3

  • February 17, 2022
  • 2 replies
  • 3709 views

Hi!

 

I am trying to remove the border of the clicked container. Every single widget has it, but I cannot find a place where it is defined. Looks like custom CSS for me. Basically, it is a blue 1px border everywhere.

 

Picture in attachment.

 

Thanks!

2 replies

5-Regular Member
February 18, 2022

Hello @A_Macierzynski ,

 

Pls check this community thread for your issue:

https://community.ptc.com/t5/ThingWorx-Developers/Container-border/td-p/644204?posno=4&q=border%20of%20the%20container&source=search

This article explains the How to hide the border line of Value Display Widget:

https://www.ptc.com/en/support/article/cs321636

 

Let me know if this helps.

 

Regards

Bhawna

 

15-Moonstone
February 18, 2022

Hi @bchaudhary_448008 

 

This is not the solution to my issue. My issue is not about the border overall, but only when the container is being clicked.

This appears on 9.2 & 9.3. Not visible on 8.5.

 

CSS from the article is also about something else.

 

Regards,

Adam

 

15-Moonstone
March 1, 2022

Hi,

I noticed this annoying blue border only around the grid widget when clicked. I removed it with this custom CSS snippet (no custom class required):

.widget-gridadvanced[themable] {
 border: 1px none !important;
}

I think the reason for the invisible 1px border was that without it, the grid position was a bit off. But I am not sure right now, so you can try it with 0.