diff options
| author | Mark Otto <[email protected]> | 2013-05-19 22:06:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-19 22:06:10 -0700 |
| commit | 35573db810fbcbb9d7aefde090fbad3dbd332271 (patch) | |
| tree | 0bf124a956bf53da22fc02a6bb6838b43b530fb3 /docs/assets/css/bootstrap.css | |
| parent | 5f7352a6fe5f7a7eef4dce64184f55d1fec2676b (diff) | |
| download | bootstrap-35573db810fbcbb9d7aefde090fbad3dbd332271.tar.xz bootstrap-35573db810fbcbb9d7aefde090fbad3dbd332271.zip | |
Fixes #7611: fix optgroup formatting for Firefox
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index d9efc0f82..f50619135 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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 { |
