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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Border appearing on selecting text field widget

H_1234
11-Garnet

Border appearing on selecting text field widget

Hi,

I have  a mashup in which i am using text field widget. Unfortunately when I click on it a border appears around it. I think this is due to "ptcs-focus-overlay--border-width: 2px;".

 

"ptcs-focus-overlay {visibility: hidden;}"
Above custom CSS is not working on Thingworx 9.3 version.

 

I using Thingworx 9.3 version. How can i avoid this issue.

 

Regards,

Hareef

 

2 REPLIES 2
bchaudhary
17-Peridot
(To:H_1234)

Hello @H_1234 ,

 

pls check this article:

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

 

 

Let me know if this helps.

Regards

Bhawna

Hi bchaudhary,

 

I have reviewed the Artical  cs324593 that you have shared.
I have  found custom CSS to remove focus-box border for text field.

/* Remove focus box */
ptcs-focus-overlay {
visibility: hidden;
}

but above custom CSS is not working in Thingworx 9.3 version.

Kindly provide assistance and need quick response.

 

Regards,

Hareef

 

PREVIEW
 
 
 
Top Tags