removing display:block for the dummy frame for empty selects, this is for bug #13834

peter will be fixing the style system to really fix this.
This commit is contained in:
rods%netscape.com 1999-09-15 21:55:26 +00:00
Родитель 387c151435
Коммит 8925039ed2
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -919,7 +919,7 @@ label {
select:-moz-dummy-option {
visibility: hidden;
content: "X";
display: block;
/*display: block;*/
}
select, select[size="1"] {

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

@ -919,7 +919,7 @@ label {
select:-moz-dummy-option {
visibility: hidden;
content: "X";
display: block;
/*display: block;*/
}
select, select[size="1"] {