зеркало из https://github.com/mozilla/pjs.git
Add float:none and position:static !important for <option> and <optgroup>. b=343510 r+sr=bzbarsky
This commit is contained in:
Родитель
6597b160c4
Коммит
dbd2be8da2
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче