setting line-height to 1em ! important, selects should not inherit the line height

nor should users be able to set it.
Bug 82626 r=kmcclusk sr=hyatt a=asa
This commit is contained in:
rods%netscape.com 2001-06-08 13:04:17 +00:00
Родитель 7be0b13316
Коммит 0bd44c512d
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -107,6 +107,7 @@ select {
-moz-user-select: none;
-moz-user-focus: normal;
-moz-box-sizing: border-box;
line-height:1em ! important; /* fix for bug 82626 */
}
select[size] {

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

@ -107,6 +107,7 @@ select {
-moz-user-select: none;
-moz-user-focus: normal;
-moz-box-sizing: border-box;
line-height:1em ! important; /* fix for bug 82626 */
}
select[size] {