/* CSS needed by the framework for ED:TEXT */ .textInput { } .textInput.readOnly { } .textInput.partialRequired { } .textInput.required { } .textInput.mouseover { } .textInput.mouseover.partialRequired { } .textInput.mouseover.required { } .textInput.focused { } .textInput.focused.partialRequired { } .textInput.focused.required { } .textInput.error { } .textInput.error.partialRequired { } .textInput.error.required { }