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.
1 parent 3c6116b commit 69ad556Copy full SHA for 69ad556
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