We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c6116b + 69ad556 commit 6bcb0deCopy full SHA for 6bcb0de
src/resources/views/crud/fields/date_picker.blade.php
@@ -28,8 +28,10 @@
28
type="text"
29
@include('crud::inc.field_attributes')
30
>
31
- <div class="input-group-addon">
32
- <span class="glyphicon glyphicon-calendar"></span>
+ <div class="input-group-append">
+ <span class="input-group-text">
33
+ <span class="fa fa-calendar"></span>
34
+ </span>
35
</div>
36
37
0 commit comments