diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 07a394b6b..587288dfd 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 000000000..189923818 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 942a7a873..c9518dc63 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 e0eba7969..189923818 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 0c66d9589..357062e65 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 000000000..9bb2e571e Binary files /dev/null and b/installer/resources/themes/console/midnight/images/link.png differ