diff --git a/apps/imagegen/imagegen/webapp/src/main/webapp/index.html b/apps/imagegen/imagegen/webapp/src/main/webapp/index.html index 05a2d04e0ddccbc5f06a3b37d5058f958885d7ae..00abd459ad483e50dce157a6b50e57e80b7fdea3 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 efdf1906e0361a7a6102f979388669ffb4e9a2c5..c9a1708df679770aa0bae34ed593a51d5c83cbb9 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 bcfe5db75d6a8610b2f368152734fc0d6b8a471c..d57a3c388e3987f05320f2052e6ee225f5dbbadf 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; }