From 14518dc396e87bea71b3083efa60b7f84fe15072 Mon Sep 17 00:00:00 2001
From: hankhill19580 <hankhill19580@gmail.com>
Date: Mon, 24 Aug 2020 17:15:40 +0000
Subject: [PATCH] fix missing classic icons from imagegen css/index, removed
 classic reference ie-compatability from css.jsi

---
 .../imagegen/webapp/src/main/webapp/index.html       |  2 +-
 apps/routerconsole/jsp/css.jsi                       |  2 +-
 installer/resources/themes/imagegen/imagegen.css     | 12 +++++-------
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/apps/imagegen/imagegen/webapp/src/main/webapp/index.html b/apps/imagegen/imagegen/webapp/src/main/webapp/index.html
index 05a2d04e0d..00abd459ad 100644
--- a/apps/imagegen/imagegen/webapp/src/main/webapp/index.html
+++ b/apps/imagegen/imagegen/webapp/src/main/webapp/index.html
@@ -5,7 +5,7 @@
 <head>
     <title>I2P Imagegen</title>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <link rel="icon" href="/themes/console/classic/images/favicon.ico">
+    <link rel="icon" href="/themes/console/light/images/favicon.ico">
     <link rel="stylesheet" href="/themes/imagegen/imagegen.css" type="text/css">
 </head>
 <body>
diff --git a/apps/routerconsole/jsp/css.jsi b/apps/routerconsole/jsp/css.jsi
index efdf1906e0..c9a1708df6 100644
--- a/apps/routerconsole/jsp/css.jsi
+++ b/apps/routerconsole/jsp/css.jsi
@@ -77,4 +77,4 @@
 <link href="<%=theThemePath%>mobile.css?<%=net.i2p.CoreVersion.VERSION%>" rel="stylesheet" type="text/css">
 <%
    }
-%><!--[if IE]><link href="/themes/console/classic/ieshim.css?<%=net.i2p.CoreVersion.VERSION%>" rel="stylesheet" type="text/css" /><![endif]-->
+%>
diff --git a/installer/resources/themes/imagegen/imagegen.css b/installer/resources/themes/imagegen/imagegen.css
index bcfe5db75d..d57a3c388e 100644
--- a/installer/resources/themes/imagegen/imagegen.css
+++ b/installer/resources/themes/imagegen/imagegen.css
@@ -2,8 +2,6 @@
 /* Author: dr|z3d */
 
 body {
-     background: #eef url(/themes/console/classic/images/bg0.png);
-     background: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0.2)), url(/themes/console/classic/images/bg0.png);
      background-size: 100% 100%, 120px 120px;
      font: 10pt/130% "Droid Sans", "Noto Sans", Ubuntu, "Bitstream Vera Sans", "DejaVu Sans", "Segoe UI", Verdana, "Lucida Grande", Helvetica, sans-serif;
      margin: 18px 20px 10px;
@@ -68,7 +66,7 @@ a:active {
 }
 
 .reference {
-     background: url(/themes/console/classic/images/newtab.png) top 2px right no-repeat;
+     background: url(/themes/console/light/images/newtab.png) top 2px right no-repeat;
      background-size: 12px 10px;
      padding-right: 14px;
 }
@@ -239,8 +237,8 @@ select {
      vertical-align: middle;
      -moz-appearance: none;
      -webit-appearance: none;
-     background: url(/themes/console/classic/images/dropdown.png) right center no-repeat #fff;
-     background: url(/themes/console/classic/images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
+     background: url(/themes/console/light/images/dropdown.png) right center no-repeat #fff;
+     background: url(/themes/console/light/images/dropdown.png) right center no-repeat, linear-gradient(to bottom, #fff 0%, #ddd 100%);
      border-radius: 2px;
      border: 1px solid #bbb;
      box-shadow: inset 0 0 0 1px #fff;
@@ -260,11 +258,11 @@ select:focus, select:active {
 }
 
 select:hover, select:active {
-     background: url(/themes/console/classic/images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
+     background: url(/themes/console/light/images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
 }
 
 select:focus {
-     background: url(/themes/console/classic/images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
+     background: url(/themes/console/light/images/dropdown_hover.png) right center no-repeat, linear-gradient(to bottom, #ddd 0%, #fff 100%) !important;
      box-shadow: 0 0 0 1px #89f;
 }
 
-- 
GitLab