why do i get a little triangle on fields to resize them
In firefox I get a little triangle at the bottom/right of each field to resize the field - how do i get rig of this
In firefox I get a little triangle at the bottom/right of each field to resize the field - how do i get rig of this
Chosen solution
All Replies (2)
You don't remember customizing those other browsers? I'm not aware of any "quick and easy" shortcut for this.
A website can prevent the resizer from appearing on textarea fields by setting this rule:
textarea {resize:none}
To apply that to all pages yourself, you would create a custom style rule in userContent.css, or use a a userstyle in the Stylish extension, a userscript in the Greasemonkey extension, or perhaps a specifically form-related add-on.