remove resize: none from et2_textbox, as users like to resize their textboxes

This commit is contained in:
Ralf Becker 2014-09-04 14:04:54 +00:00
parent 0c1f2c5d39
commit 57ab83f3b0

View File

@ -266,14 +266,14 @@ button#cancel {
* Text box
*/
.et2_textbox {
resize: none;
}
.et2_textbox_ro {
white-space: pre-wrap;
}
/*Switch of FF red border validation*/
.et2_textbox:invalid{
box-shadow: none;
box-shadow: none;
}
.et2_bold {
font-weight: bold;