Skip to content

Commit

Permalink
Fix wordpress icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Webreaper committed Nov 23, 2020
1 parent efb85ab commit ec64d75
Show file tree
Hide file tree
Showing 1,634 changed files with 4 additions and 16,745 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Damselfly.Web/Shared/DatePickerEx.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PickerTemplate>
<div class="InputAddOn">
<div class="InputAddOn-item" title="Date Filter"><i class="fa fa-calendar" /></div>
<input id="@context.ParentId" type="text" class="InputAddOn-field" value="@context.FormattedRange"
<input id="@context.ParentId" placeholder="Date Filter" type="text" class="InputAddOn-field" value="@context.FormattedRange"
@oninput="context.OnTextInput"
@onfocusin="context.Open"
@onfocusout="@context.LostFocus" />
Expand Down
4 changes: 2 additions & 2 deletions Damselfly.Web/Shared/Images/ImageProperties.razor
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
}
<TagList CurrentImages=SingleImage() />
<div>
<button title="Refresh Folder" type="submit" @onclick="RefreshFolder"><i class="fa fa-refresh" /></button>
<button title="Refresh Folder" type="submit" @onclick="RefreshFolder"><i class="fas fa-refresh" /></button>
<button title="Download Image" type="submit" @onclick="DownloadImage"><i class="fa fa-download" /></button>
<button class="fa fa-facebook" title="Share on Facebook"
<button class="fab fa-facebook" title="Share on Facebook"
onclick="
window.open(
'@FaceBookShareUrl',
Expand Down
2 changes: 1 addition & 1 deletion Damselfly.Web/Shared/Images/SelectedImages.razor
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
@if (ShowDownLoadButton)
{
<button title="Upload To Wordpress" @onclick="@(() => UploadToWordPress())" class="btn btn-primary"><i class="fa fa-wordpress" /></button>
<button title="Upload To Wordpress" @onclick="@(() => UploadToWordPress())" class="btn btn-primary"><i class="fab fa-wordpress" /></button>
}
}
<BasketManager />
Expand Down
113 changes: 0 additions & 113 deletions Damselfly.Web/wwwroot/css/LayoutTest.html

This file was deleted.

Loading

0 comments on commit ec64d75

Please sign in to comment.