зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
387c151435
Коммит
8925039ed2
|
@ -919,7 +919,7 @@ label {
|
||||||
select:-moz-dummy-option {
|
select:-moz-dummy-option {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
content: "X";
|
content: "X";
|
||||||
display: block;
|
/*display: block;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
select, select[size="1"] {
|
select, select[size="1"] {
|
||||||
|
|
|
@ -919,7 +919,7 @@ label {
|
||||||
select:-moz-dummy-option {
|
select:-moz-dummy-option {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
content: "X";
|
content: "X";
|
||||||
display: block;
|
/*display: block;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
select, select[size="1"] {
|
select, select[size="1"] {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче