diff --git a/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java b/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java index 901ba1cf7f..91c072f03c 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java +++ b/apps/i2psnark/java/src/org/klomp/snark/SnarkManager.java @@ -162,7 +162,7 @@ public class SnarkManager implements CompleteListener, ClientApp { public static final int MIN_UP_BW = 10; public static final int DEFAULT_MAX_UP_BW = 25; public static final int DEFAULT_STARTUP_DELAY = 3; - public static final int DEFAULT_REFRESH_DELAY_SECS = 60; + public static final int DEFAULT_REFRESH_DELAY_SECS = 15; private static final int DEFAULT_PAGE_SIZE = 50; public static final int DEFAULT_TUNNEL_QUANTITY = 3; public static final String CONFIG_DIR_SUFFIX = ".d"; diff --git a/installer/resources/themes/snark/dark/snark.css b/installer/resources/themes/snark/dark/snark.css index 299532b0f7..01d15da6e2 100644 --- a/installer/resources/themes/snark/dark/snark.css +++ b/installer/resources/themes/snark/dark/snark.css @@ -531,7 +531,7 @@ th.snarkTorrentStatus { .snarkTorrentETA, .snarkTorrentUploaded, .snarkTorrentRateDown, .snarkTorrentRateUp { width: 5%; - min-width: 40px; + min-width: 70px; white-space: nowrap; } diff --git a/installer/resources/themes/snark/light/snark.css b/installer/resources/themes/snark/light/snark.css index 8b0a93038e..0c4370bcfe 100644 --- a/installer/resources/themes/snark/light/snark.css +++ b/installer/resources/themes/snark/light/snark.css @@ -348,8 +348,8 @@ a:link { } a:visited { - color: #2c4e8f; - color: rgba(44, 78, 143, 0.9); + color: #3b6bbf; + color: rgba(59, 107, 191, .85); text-decoration: none; } @@ -2382,7 +2382,7 @@ _:-ms-lang(x), *, *:hover, *:focus, input, input:hover, input:focus, a:hover, a: } .snarkTorrentETA, .snarkTorrentUploaded, .snarkTorrentRateDown, .snarkTorrentRateUp { - min-width: 0; + min-width: 70; } .snarkTorrents thead img { diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css index 02dc7b2150..1538464805 100644 --- a/installer/resources/themes/snark/ubergine/snark.css +++ b/installer/resources/themes/snark/ubergine/snark.css @@ -499,7 +499,7 @@ th.snarkTorrentStatus { .snarkTorrentETA, .snarkTorrentUploaded, .snarkTorrentRateDown, .snarkTorrentRateUp { width: 4%; - min-width: 40px; + min-width: 70px; white-space: nowrap; } @@ -1135,7 +1135,7 @@ a:link { } a:visited { - color: #f40; + color: #f70; text-decoration: none; } diff --git a/installer/resources/themes/snark/vanilla/images/whippy.png b/installer/resources/themes/snark/vanilla/images/whippy.png deleted file mode 100644 index 884fb2d060..0000000000 Binary files a/installer/resources/themes/snark/vanilla/images/whippy.png and /dev/null differ diff --git a/installer/resources/themes/snark/vanilla/snark.css b/installer/resources/themes/snark/vanilla/snark.css index a0cd202306..77623a36cd 100644 --- a/installer/resources/themes/snark/vanilla/snark.css +++ b/installer/resources/themes/snark/vanilla/snark.css @@ -102,7 +102,7 @@ a:link, a:visited { } .snarkCommentInfo th a:link, td a:link { - color: #cf0f00; + color: #9f0b00; text-decoration: none; font-weight: bold; word-wrap: break-word; @@ -289,7 +289,6 @@ _:-ms-lang(x), .snarkNav:link, .snarkNav:visited { height: 56px; width: auto; background: #3f3833; - background: url(images/whippy.png) no-repeat scroll right 5px bottom -7px, linear-gradient(to bottom, #5f554d, #3f3833); background-size: auto 105%, 100% 100%; } @@ -630,7 +629,7 @@ th.snarkTorrentStatus { .snarkTorrentETA, .snarkTorrentUploaded, .snarkTorrentRateDown, .snarkTorrentRateUp { width: 5%; - min-width: 40px; + min-width: 70px; white-space: nowrap; }