jtyrrell
10 May 2009, 12:43 AM
In Safari a disabled textbox is rendered way too light, but in Firefox it is fine.
Please see attached pictures.
This fixes it:
.x-form-field-wrap.x-item-disabled {
opacity: 1!important;
}
.x-form-field.x-form-text.x-item-disabled {
opacity: 1!important;
}
But would be nice if it was fixed in the default/main css.
Please see attached pictures.
This fixes it:
.x-form-field-wrap.x-item-disabled {
opacity: 1!important;
}
.x-form-field.x-form-text.x-item-disabled {
opacity: 1!important;
}
But would be nice if it was fixed in the default/main css.