diff --git a/LibationWinForms/Properties/Resources.Designer.cs b/LibationWinForms/Properties/Resources.Designer.cs
index f3a66cd5..e8f896e9 100644
--- a/LibationWinForms/Properties/Resources.Designer.cs
+++ b/LibationWinForms/Properties/Resources.Designer.cs
@@ -120,16 +120,6 @@ namespace LibationWinForms.Properties {
}
}
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- internal static System.Drawing.Bitmap liberate_green_pdf_blank {
- get {
- object obj = ResourceManager.GetObject("liberate_green_pdf_blank", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
@@ -160,16 +150,6 @@ namespace LibationWinForms.Properties {
}
}
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- internal static System.Drawing.Bitmap liberate_red_pdf_blank {
- get {
- object obj = ResourceManager.GetObject("liberate_red_pdf_blank", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
@@ -200,16 +180,6 @@ namespace LibationWinForms.Properties {
}
}
- ///
- /// Looks up a localized resource of type System.Drawing.Bitmap.
- ///
- internal static System.Drawing.Bitmap liberate_yellow_pdf_blank {
- get {
- object obj = ResourceManager.GetObject("liberate_yellow_pdf_blank", resourceCulture);
- return ((System.Drawing.Bitmap)(obj));
- }
- }
-
///
/// Looks up a localized resource of type System.Drawing.Bitmap.
///
diff --git a/LibationWinForms/Properties/Resources.resx b/LibationWinForms/Properties/Resources.resx
index 7ea4d816..70761507 100644
--- a/LibationWinForms/Properties/Resources.resx
+++ b/LibationWinForms/Properties/Resources.resx
@@ -136,9 +136,6 @@
..\Resources\liberate_green.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\liberate_green_pdf_blank.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\liberate_green_pdf_no.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -148,9 +145,6 @@
..\Resources\liberate_red.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\liberate_red_pdf_blank.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\liberate_red_pdf_no.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
@@ -160,9 +154,6 @@
..\Resources\liberate_yellow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
- ..\Resources\liberate_yellow_pdf_blank.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
-
..\Resources\liberate_yellow_pdf_no.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
diff --git a/LibationWinForms/Resources/download-arrow.png b/LibationWinForms/Resources/download-arrow.png
new file mode 100644
index 00000000..16617998
Binary files /dev/null and b/LibationWinForms/Resources/download-arrow.png differ
diff --git a/LibationWinForms/Resources/liberate and pdf icons.pdn b/LibationWinForms/Resources/liberate and pdf icons.pdn
index 87c4f6dc..c97cacff 100644
Binary files a/LibationWinForms/Resources/liberate and pdf icons.pdn and b/LibationWinForms/Resources/liberate and pdf icons.pdn differ
diff --git a/LibationWinForms/Resources/liberate_green_pdf_blank.png b/LibationWinForms/Resources/liberate_green_pdf_blank.png
deleted file mode 100644
index 3c32720b..00000000
Binary files a/LibationWinForms/Resources/liberate_green_pdf_blank.png and /dev/null differ
diff --git a/LibationWinForms/Resources/liberate_green_pdf_no.png b/LibationWinForms/Resources/liberate_green_pdf_no.png
index 05be229f..bbdca3e4 100644
Binary files a/LibationWinForms/Resources/liberate_green_pdf_no.png and b/LibationWinForms/Resources/liberate_green_pdf_no.png differ
diff --git a/LibationWinForms/Resources/liberate_green_pdf_yes.png b/LibationWinForms/Resources/liberate_green_pdf_yes.png
index 87868b75..46408927 100644
Binary files a/LibationWinForms/Resources/liberate_green_pdf_yes.png and b/LibationWinForms/Resources/liberate_green_pdf_yes.png differ
diff --git a/LibationWinForms/Resources/liberate_red_pdf_blank.png b/LibationWinForms/Resources/liberate_red_pdf_blank.png
deleted file mode 100644
index 5793eb77..00000000
Binary files a/LibationWinForms/Resources/liberate_red_pdf_blank.png and /dev/null differ
diff --git a/LibationWinForms/Resources/liberate_red_pdf_no.png b/LibationWinForms/Resources/liberate_red_pdf_no.png
index fd2c47b0..26d019d9 100644
Binary files a/LibationWinForms/Resources/liberate_red_pdf_no.png and b/LibationWinForms/Resources/liberate_red_pdf_no.png differ
diff --git a/LibationWinForms/Resources/liberate_red_pdf_yes.png b/LibationWinForms/Resources/liberate_red_pdf_yes.png
index 7ba45d56..f1183c5c 100644
Binary files a/LibationWinForms/Resources/liberate_red_pdf_yes.png and b/LibationWinForms/Resources/liberate_red_pdf_yes.png differ
diff --git a/LibationWinForms/Resources/liberate_yellow_pdf_blank.png b/LibationWinForms/Resources/liberate_yellow_pdf_blank.png
deleted file mode 100644
index 37a98f91..00000000
Binary files a/LibationWinForms/Resources/liberate_yellow_pdf_blank.png and /dev/null differ
diff --git a/LibationWinForms/Resources/liberate_yellow_pdf_no.png b/LibationWinForms/Resources/liberate_yellow_pdf_no.png
index 1d23208b..1e917dea 100644
Binary files a/LibationWinForms/Resources/liberate_yellow_pdf_no.png and b/LibationWinForms/Resources/liberate_yellow_pdf_no.png differ
diff --git a/LibationWinForms/Resources/liberate_yellow_pdf_yes.png b/LibationWinForms/Resources/liberate_yellow_pdf_yes.png
index a8f04328..bc19f298 100644
Binary files a/LibationWinForms/Resources/liberate_yellow_pdf_yes.png and b/LibationWinForms/Resources/liberate_yellow_pdf_yes.png differ