added rules for disabled options

changed nowrap to pre for processing of white space for options
This commit is contained in:
rods%netscape.com 1999-09-08 19:56:04 +00:00
Родитель 7c7bfd2eb5
Коммит d88c66a30a
2 изменённых файлов: 26 добавлений и 4 удалений

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

@ -906,7 +906,7 @@ select, select[size="1"] {
border: none;
background-color:rgb(204, 204, 204);
color:black;
white-space:nowrap;
white-space:pre;
text-align: left;
}
@ -946,13 +946,14 @@ select[size="1"] {
border: none;
background-color:rgb(204, 204, 204);
color:black;
white-space:nowrap;
white-space:pre;
text-align: left;
}
/* combobox button */
select input[type=button] {
white-space:nowrap;
border: outset 1px rgb(204, 204, 204);
background-image:url("arrow.gif");
background-repeat:no-repeat;
@ -1025,6 +1026,16 @@ select option[-moz-option-selected] {
}
/* List box item selected style */
select option[disabled][-moz-option-selected] {
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select option[disabled] {
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select[size] option[-moz-option-selected] {
color:white;
background-color:rgb(51,51,102);

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

@ -906,7 +906,7 @@ select, select[size="1"] {
border: none;
background-color:rgb(204, 204, 204);
color:black;
white-space:nowrap;
white-space:pre;
text-align: left;
}
@ -946,13 +946,14 @@ select[size="1"] {
border: none;
background-color:rgb(204, 204, 204);
color:black;
white-space:nowrap;
white-space:pre;
text-align: left;
}
/* combobox button */
select input[type=button] {
white-space:nowrap;
border: outset 1px rgb(204, 204, 204);
background-image:url("arrow.gif");
background-repeat:no-repeat;
@ -1025,6 +1026,16 @@ select option[-moz-option-selected] {
}
/* List box item selected style */
select option[disabled][-moz-option-selected] {
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select option[disabled] {
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select[size] option[-moz-option-selected] {
color:white;
background-color:rgb(51,51,102);