added style for disabled text controls

This commit is contained in:
buster%netscape.com 1999-06-12 22:33:45 +00:00
parent 82ee6d0c3e
commit 5cfe276237
2 changed files with 10 additions and 0 deletions

View File

@ -679,6 +679,11 @@ input[type=text] {
background-color: white;
color: black;
}
input[type=text][disabled] {
color: gray;
}
input[type=password] {
border: 2px inset rgb(192, 192, 192);
background-color: white;

View File

@ -679,6 +679,11 @@ input[type=text] {
background-color: white;
color: black;
}
input[type=text][disabled] {
color: gray;
}
input[type=password] {
border: 2px inset rgb(192, 192, 192);
background-color: white;