From 12d9a6c480b948fb6b72e91d5286652494a8ecec Mon Sep 17 00:00:00 2001 From: "hewitt%netscape.com" Date: Fri, 19 Jan 2001 04:19:10 +0000 Subject: [PATCH] 63764 - multiline textfields, r=andreww, sr=ben --- themes/modern/global/textfield.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/themes/modern/global/textfield.css b/themes/modern/global/textfield.css index 1733578f37c7..b8eb551c234b 100644 --- a/themes/modern/global/textfield.css +++ b/themes/modern/global/textfield.css @@ -37,7 +37,8 @@ } /* internal frame */ - .textfield-internal-box + .textfield-internal-box, + .textarea-internal-box { margin : 0px; border : 1px inset #B4C3D4; @@ -52,11 +53,6 @@ background-color : #B4C3D4; } - .textarea-internal-box - { - padding : 0px 0px 0px 2px; - } - /* internal text widget */ .textfield-input, .textfield-textarea { @@ -98,7 +94,7 @@ margin : 0px !important; padding : 0px !important; } - + /* autocomplete text field */ .textfield-popup > menuitem {