View | Details | Raw Unified | Return to bug 26541 | Differences between
and this patch

Collapse All | Expand All

(-)umc.css (-2 / +2 lines)
 Lines 265-274    Link Here 
265
	color: gray;
265
	color: gray;
266
}
266
}
267
.dj_webkit .dijitTextBoxDisabled INPUT {
267
.dj_webkit .dijitTextBoxDisabled INPUT {
268
	color: #eee; 
268
	color: DarkGray; 
269
}
269
}
270
.dj_webkit TEXTAREA.dijitTextAreaDisabled {
270
.dj_webkit TEXTAREA.dijitTextAreaDisabled {
271
	color: #333; 
271
	color: DarkGray; 
272
}
272
}
273
.dj_gecko .dijitTextBoxReadOnly INPUT.dijitInputField, 
273
.dj_gecko .dijitTextBoxReadOnly INPUT.dijitInputField, 
274
.dj_gecko .dijitTextBoxDisabled INPUT {
274
.dj_gecko .dijitTextBoxDisabled INPUT {

Return to bug 26541