bug 2105: Textarea no longer inherits text color from parent.

git-svn-id: svn://10.0.0.236/trunk@34828 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pollmann%netscape.com 1999-06-11 19:15:20 +00:00
parent 957e7f0de9
commit b1e77dc6a3
2 changed files with 2 additions and 0 deletions

View File

@ -736,6 +736,7 @@ textarea {
vertical-align: bottom;
border: 2px inset #c0c0c0;
background-color:white;
color:black;
}
/* misc */

View File

@ -736,6 +736,7 @@ textarea {
vertical-align: bottom;
border: 2px inset #c0c0c0;
background-color:white;
color:black;
}
/* misc */