mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-22 05:32:27 -04:00
add input class
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
</header>
|
||||
<section class="modal-card-body">
|
||||
<label for="{{ dev.id }}-input">Choose date and time:</label>
|
||||
<input type="datetime-local" id="{{ dev.id }}-input">
|
||||
<input type="datetime-local" id="{{ dev.id }}-input" class="input">
|
||||
</section>
|
||||
<footer class="modal-card-foot">
|
||||
<button class="button is-success" id="{{ dev.id }}-btn-schedule-save"
|
||||
|
||||
Reference in New Issue
Block a user