Fix Font-awesome icon.
This commit is contained in:
parent
d62b9aea66
commit
6c4d4e474a
@ -115,7 +115,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="btn btn-xs btn-default" ng-click="removeEntry(entry)" title="remove">
|
<button class="btn btn-xs btn-default" ng-click="removeEntry(entry)" title="remove">
|
||||||
<span class="fa fa-trash-o"></span>
|
<span class="fa fa-trash"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="btn btn-xs btn-default" ng-click="pointEntry(entry)" ng-class="pointedEntryClass(entry)" title="point">
|
<button class="btn btn-xs btn-default" ng-click="pointEntry(entry)" ng-class="pointedEntryClass(entry)" title="point">
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="btn btn-xs btn-default" bs-modal="'{{ url_for('frontend.static', filename='templates/operation_remove.html') }}'" title="remove">
|
<button class="btn btn-xs btn-default" bs-modal="'{{ url_for('frontend.static', filename='templates/operation_remove.html') }}'" title="remove">
|
||||||
<span class="fa fa-trash-o"></span>
|
<span class="fa fa-trash"></span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user