diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index 07a394b6b38ecf292f048d026ecf4321386c4e58..587288dfdff99b329830b757927058dde015b6d6 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -728,7 +728,7 @@ p {
 }
 
 .links li {
-     list-style-image: url("../images/link.png") !important;
+     list-style-image: url("images/link.png") !important;
 }
 
 a:link{
diff --git a/installer/resources/themes/console/classic/images/link.png b/installer/resources/themes/console/classic/images/link.png
new file mode 100644
index 0000000000000000000000000000000000000000..189923818e62c08cc0fa77a02a367fa41355556b
Binary files /dev/null and b/installer/resources/themes/console/classic/images/link.png differ
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 942a7a873800f5822a4d370ac1f3791d0216654c..c9518dc630b1668b8d6435626437c8bbdad552ca 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -589,7 +589,7 @@ a:active{
 }
 
 .links li {
-     list-style: url(../images/link.png) !important;
+     list-style: url(images/link.png) !important;
      padding-bottom: -2px;
      text-align: justify;
      line-height: 120% !important;
diff --git a/installer/resources/themes/console/light/images/link.png b/installer/resources/themes/console/light/images/link.png
index e0eba7969888b86b7f9b554434dc9750c1218c9e..189923818e62c08cc0fa77a02a367fa41355556b 100644
Binary files a/installer/resources/themes/console/light/images/link.png and b/installer/resources/themes/console/light/images/link.png differ
diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index 0c66d9589905b68fccc25942a1eab200f65bbea3..357062e65b9a4358f7b0cae37a035181871a6e82 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -759,7 +759,7 @@ p {
 }
 
 .links li {
-     list-style-image: url("../images/link_dark.png") !important;
+     list-style-image: url("images/link.png") !important;
 }
 
 a:link{
diff --git a/installer/resources/themes/console/midnight/images/link.png b/installer/resources/themes/console/midnight/images/link.png
new file mode 100644
index 0000000000000000000000000000000000000000..9bb2e571ebe1ed1b667163cec5e26dfdfa06bb09
Binary files /dev/null and b/installer/resources/themes/console/midnight/images/link.png differ