Bug 586074 - Remove resize handles from textareas [r=mfinkle]

This commit is contained in:
Matt Brubeck 2010-08-10 15:13:26 -07:00
parent ff57039e2b
commit 43e879dbaf

View File

@ -135,6 +135,7 @@ select[size="1"] {
}
textarea {
resize: none;
border-width: 1px;
padding: 2px 1px 2px 1px;
}