Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Disabled dropdowns look blurred in Firefox/Chrome compared to IE

SA-22304

Summary



Disabled Drop Down fields appear blurred in Firefox/Chrome compared to IE

(IE)


(Chrome)

 

Error Messages



Not Applicable 

Steps to Reproduce

Disable a Drop Down field. And observe its appearance at run time in different browsers.

Root Cause



Out of the box default color of disabled drop downs is styled to #ccc, which is in fact being picked by Firefox/Chrome but not IE, IE picks grey. #ccc is blurred compared to grey.

Resolution



To achieve consistency across all browsers disabled drop downs are set to grey by local change. In fact latest Pega 7.2.x versions disabled drop down have grey color by default.

Local change is to include below style snippet in UserWorkForm.

<style> 

*[disabled="disabled"],*[disabled],button.buttonTdButton[disabled="disabled"],button.spanButton[disabled="disabled"],BUTTON.largeButton[disabled="disabled"],BUTTON.littleButton[disabled="disabled"], BUTTON.hc[disabled="disabled"]{ 
color:grey; 


.ie select[disabled]::-ms-value{ 
color:grey; 


</style> 

Published April 25, 2016 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice