Add float:none and position:static !important for <option> and <optgroup>. b=343510 r+sr=bzbarsky

This commit is contained in:
mats.palmgren%bredband.net 2006-07-25 16:16:30 +00:00
Родитель ff9ebb7df2
Коммит ba5a744d70
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -207,6 +207,8 @@ select:empty {
option {
display: block;
float: none !important;
position: static !important;
min-height: 1em;
line-height: normal !important;
-moz-user-select: none;
@ -227,6 +229,8 @@ option:checked {
optgroup {
display: block;
float: none !important;
position: static !important;
font: -moz-list;
line-height: normal !important;
font-style: italic;