63764 - multiline textfields, r=andreww, sr=ben

This commit is contained in:
hewitt%netscape.com 2001-01-19 04:19:10 +00:00
Родитель 211a1d1a0e
Коммит 12d9a6c480
1 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -37,7 +37,8 @@
} }
/* internal frame */ /* internal frame */
.textfield-internal-box .textfield-internal-box,
.textarea-internal-box
{ {
margin : 0px; margin : 0px;
border : 1px inset #B4C3D4; border : 1px inset #B4C3D4;
@ -52,11 +53,6 @@
background-color : #B4C3D4; background-color : #B4C3D4;
} }
.textarea-internal-box
{
padding : 0px 0px 0px 2px;
}
/* internal text widget */ /* internal text widget */
.textfield-input, .textfield-textarea .textfield-input, .textfield-textarea
{ {
@ -98,7 +94,7 @@
margin : 0px !important; margin : 0px !important;
padding : 0px !important; padding : 0px !important;
} }
/* autocomplete text field */ /* autocomplete text field */
.textfield-popup > menuitem .textfield-popup > menuitem
{ {