Fixes #7611: fix optgroup formatting for Firefox
This commit is contained in:
parent
5f7352a6fe
commit
35573db810
2 changed files with 13 additions and 0 deletions
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
|
|
@ -1317,6 +1317,12 @@ select[size] {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
select optgroup {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-style: inherit;
|
||||
}
|
||||
|
||||
input[type="file"]:focus,
|
||||
input[type="radio"]:focus,
|
||||
input[type="checkbox"]:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue