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

Thingworx 9.5: In Fileupload widget upload button on disabled state is getting misaligned

Anjaneyulu2705
6-Contributor

Thingworx 9.5: In Fileupload widget upload button on disabled state is getting misaligned

In Thingworx 9.5, In  Fileupload widget upload button on disabled state is getting misaligned if the custom css is given to upload button, we have tried using different css selectors for disabled upload button but its not working. How could i handle the disabled and enabled states of upload button CSS?

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @Anjaneyulu2705 

 

It does work properly in my case

 

Disabled:

Velkumar_0-1709285818226.png

 

Enabled:

Velkumar_1-1709285849804.png

 

Custom CSS:

 

@supports (ptcs-style-unit: "PTCS-FILE-UPLOAD") {
    [part~=upload-button][disabled] {
        background : red !important
    }
}

 

 

Could you please share your CSS code here ?

 

/VR

 

View solution in original post

4 REPLIES 4

Hi @Anjaneyulu2705 

 

Could you please share some screenshot to get better idea about issue

 

/VR

Hi @Velkumar  Please find the attached screenshots

Hi @Anjaneyulu2705 

 

It does work properly in my case

 

Disabled:

Velkumar_0-1709285818226.png

 

Enabled:

Velkumar_1-1709285849804.png

 

Custom CSS:

 

@supports (ptcs-style-unit: "PTCS-FILE-UPLOAD") {
    [part~=upload-button][disabled] {
        background : red !important
    }
}

 

 

Could you please share your CSS code here ?

 

/VR

 

Hi @Velkumar My issue is resolved, Thanks for your help

Top Tags