View Single Post
Old 02-14-2020, 03:54 AM  
zerovic
Confirmed User
 
zerovic's Avatar
 
Industry Role:
Join Date: Apr 2010
Posts: 1,049
Hi,

disabled fields should be greyed out automatically by most modern browsers, however you can simply add a css rule for the disabled input fields like

input:disabled {
background:#f0f0f0;
}

cheers,
z
zerovic is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote