Skip to content

Commit a1fdccc

Browse files
authored
Date range calendar Icon
Glyphicons are no longer available.
1 parent 3c6116b commit a1fdccc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/resources/views/crud/fields/date_range.blade.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ function formatDate($entry, $dateFieldName)
4242
type="text"
4343
@include('crud::inc.field_attributes')
4444
>
45-
<div class="input-group-addon">
46-
<span class="glyphicon glyphicon-calendar"></span>
45+
<div class="input-group-append">
46+
<span class="input-group-text">
47+
<span class="fa fa-calendar"></span>
48+
</span>
4749
</div>
4850
</div>
4951

0 commit comments

Comments
 (0)