diff options
| author | Julien Déramond <[email protected]> | 2022-12-29 07:58:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-28 22:58:35 -0800 |
| commit | 8befabbde90e8ee19f8bf9196840e25c07130710 (patch) | |
| tree | cc61fe7c9285769c7f4c81aed11197102aefd642 /site/content/docs/5.3/examples/dropdowns | |
| parent | baf5d4c4c110c9ab86ea32381714fdba995c75d1 (diff) | |
| download | bootstrap-8befabbde90e8ee19f8bf9196840e25c07130710.tar.xz bootstrap-8befabbde90e8ee19f8bf9196840e25c07130710.zip | |
Docs: display examples based on the docs current color mode (#37562)
* Docs: display examples based on the docs current color mode
* Fix _default/examples.html
Diffstat (limited to 'site/content/docs/5.3/examples/dropdowns')
| -rw-r--r-- | site/content/docs/5.3/examples/dropdowns/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/dropdowns/index.html b/site/content/docs/5.3/examples/dropdowns/index.html index 5ff614563..90d41c490 100644 --- a/site/content/docs/5.3/examples/dropdowns/index.html +++ b/site/content/docs/5.3/examples/dropdowns/index.html @@ -70,7 +70,7 @@ body_class: "" <div class="d-flex gap-5 justify-content-center"> <div class="dropdown-menu d-block position-static pt-0 mx-0 rounded-3 shadow overflow-hidden w-280px"> - <form class="p-2 mb-2 bg-light border-bottom"> + <form class="p-2 mb-2 bg-body-tertiary border-bottom"> <input type="search" class="form-control" autocomplete="false" placeholder="Type to filter..."> </form> <ul class="list-unstyled mb-0"> |
