removing some rules that just got put back in for some reason, karnaze can't figure out why either

git-svn-id: svn://10.0.0.236/trunk@67570 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 2000-04-28 21:43:08 +00:00
parent 54cf88372a
commit 4836043074
2 changed files with 0 additions and 58 deletions

View File

@ -1085,35 +1085,6 @@ option[disabled] {
background-color:rgb(204,204,204) !important;
}
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);
}
select[size] option[-moz-option-selected-focus] {
color:white;
background-color:rgb(51,51,102);
}
select[size][disabled] option[-moz-option-selected] {
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select[size="1"] option[-moz-option-selected] {
color:white;
background-color:rgb(51,51,102);
}
select[size="1"] option[disabled][-moz-option-selected] {
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
optgroup {
font-family: sans-serif;
font-size: small;

View File

@ -1085,35 +1085,6 @@ option[disabled] {
background-color:rgb(204,204,204) !important;
}
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);
}
select[size] option[-moz-option-selected-focus] {
color:white;
background-color:rgb(51,51,102);
}
select[size][disabled] option[-moz-option-selected] {
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select[size="1"] option[-moz-option-selected] {
color:white;
background-color:rgb(51,51,102);
}
select[size="1"] option[disabled][-moz-option-selected] {
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
optgroup {
font-family: sans-serif;
font-size: small;