diff --git a/apps/i2psnark/resources/themes/light/snark.css b/apps/i2psnark/resources/themes/light/snark.css index 20b902f94c..d3ad5e278a 100644 --- a/apps/i2psnark/resources/themes/light/snark.css +++ b/apps/i2psnark/resources/themes/light/snark.css @@ -5,18 +5,9 @@ body { color: #31334f; font: 9pt "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", Verdana, "Lucida Grande", Helvetica, sans-serif; - background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%); - background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%); - margin: 3px 4px; } -/* preload top navigation mouseovers */ -body { - background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%); - background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%); -} - @supports (text-justify: auto) { /* only Firefox 55 or newer */ body { background-attachment: fixed; diff --git a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css index 0cbb7ef63b..18579a81c5 100644 --- a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css +++ b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css @@ -9,8 +9,6 @@ body { font-family: "Droid Sans", "Noto Sans", "Ubuntu", "Segoe UI", Verdana, Helvetica, sans-serif; color: #33333f; font-size: 9pt; - background: linear-gradient(135deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%); - background: -webkit-linear-gradient(-45deg, #9dabd5 0%,#265ea7 53%,#222187 76%,#323638 100%); } body.iframed { @@ -248,7 +246,6 @@ a.control { .panel { width: calc(100% - 14px); - max-width: 1400px; margin: 8px auto; min-width: 580px; overflow: hidden; @@ -258,7 +255,6 @@ a.control { box-shadow: inset 0 0 1px #999; background: #fff; background: linear-gradient(to right, #fff 0%, rgba(247, 248, 255, 0.5), #fff), linear-gradient(to bottom, #efefff, #fff, #efefff); - border: 1px solid #447; filter: drop-shadow(0 0 1px #777); }