Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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
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