Added generated content for optgroups, fixed option to be display:block
change optgroup inside of option git-svn-id: svn://10.0.0.236/trunk@41490 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user