I tried to change the inline css of the select box as below
.chosen-disabled .chosen-single {
cursor: default;
color: #000;
border: 1px solid #444;
}
The select box appeared to be faded but I need it to be look like a normal text field(but still disabled).
Please help me here and thanks in advance.