зеркало из https://github.com/mozilla/pjs.git
Added generated content for optgroups, fixed option to be display:block
change optgroup inside of option
This commit is contained in:
Родитель
c1d4c36bb7
Коммит
3fe8c2191b
|
@ -849,16 +849,23 @@ option.selectedfocus {
|
|||
}
|
||||
|
||||
optgroup {
|
||||
display:block;
|
||||
font-style:italic;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
optgroup > option {
|
||||
optgroup option {
|
||||
display:block;
|
||||
padding-left:20px;
|
||||
font-style:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
optgroup:before {
|
||||
display:block;
|
||||
content:attr(label);
|
||||
}
|
||||
|
||||
textarea {
|
||||
vertical-align: bottom;
|
||||
border: 2px inset #c0c0c0;
|
||||
|
|
|
@ -849,16 +849,23 @@ option.selectedfocus {
|
|||
}
|
||||
|
||||
optgroup {
|
||||
display:block;
|
||||
font-style:italic;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
optgroup > option {
|
||||
optgroup option {
|
||||
display:block;
|
||||
padding-left:20px;
|
||||
font-style:normal;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
optgroup:before {
|
||||
display:block;
|
||||
content:attr(label);
|
||||
}
|
||||
|
||||
textarea {
|
||||
vertical-align: bottom;
|
||||
border: 2px inset #c0c0c0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче