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

This commit is contained in:
Ralf Becker 2014-09-04 14:05:15 +00:00
parent 19157ac56c
commit 96f4b2a2e2

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;