mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Use bootstrap 5 checkboxes.
This commit is contained in:
parent
017170e2d6
commit
43b4c78553
21 changed files with 59 additions and 134 deletions
|
@ -60,8 +60,8 @@
|
|||
<li role="separator" class="dropdown-divider" id="toggleDarkmodeSeparator" hidden></li>
|
||||
<div class="px-4 px-3" id="toggleDarkmodeContainer" hidden>
|
||||
<div class="custom-control custom-switch">
|
||||
<input type="checkbox" class="custom-control-input" id="toggleDarkmode">
|
||||
<label class="custom-control-label"
|
||||
<input type="checkbox" class="form-check-input" id="toggleDarkmode">
|
||||
<label class="form-check-label"
|
||||
for="toggleDarkmode">{% trans %}ui.toggle_darkmode{% endtrans %}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue