mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
remove resize: none from et2_textbox, as users like to resize their textboxes
This commit is contained in:
parent
0c1f2c5d39
commit
57ab83f3b0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user