diff --git a/Cargo.lock b/Cargo.lock index 4ff7c90..74835ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1948,7 +1948,7 @@ dependencies = [ [[package]] name = "neptune-cash" version = "0.0.10" -source = "git+https://github.com/Neptune-Crypto/neptune-core.git?rev=74853d165d1def59ebb799d4679b522acd28116a#74853d165d1def59ebb799d4679b522acd28116a" +source = "git+https://github.com/Neptune-Crypto/neptune-core.git?rev=9602321148095f9991808780b406c1789f9a3a4f#9602321148095f9991808780b406c1789f9a3a4f" dependencies = [ "aead", "aes-gcm", @@ -2021,7 +2021,6 @@ dependencies = [ "html-escaper", "lettre", "neptune-cash", - "rand", "readonly", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index aca9555..2eabf70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ tokio = { version = "1.37.0", features = ["full", "tracing"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" -# 74853d165d1def59ebb799d4679b522acd28116a = betanet -neptune-cash = {git = "https://github.com/Neptune-Crypto/neptune-core.git", rev = "74853d165d1def59ebb799d4679b522acd28116a"} +# 9602321148095f9991808780b406c1789f9a3a4f = betanet +neptune-cash = {git = "https://github.com/Neptune-Crypto/neptune-core.git", rev = "9602321148095f9991808780b406c1789f9a3a4f"} tarpc = { version = "^0.34", features = [ "tokio1", "serde-transport", diff --git a/templates/web/css/styles.css b/templates/web/css/styles.css index 2be874f..f217407 100644 --- a/templates/web/css/styles.css +++ b/templates/web/css/styles.css @@ -58,6 +58,7 @@ div.indent { display: inline-block; bottom: 0.1em; transition: 0s; + font-weight: bold; } /* Tooltip text */ @@ -73,6 +74,7 @@ div.indent { padding: 5px; border-radius: 6px; border: solid 1px rgb(1, 220, 220); + font-weight: normal; /* Position the tooltip text - see examples below! */ position: absolute; diff --git a/templates/web/html/page/block_info.html b/templates/web/html/page/block_info.html index 38df6f6..57c20c5 100644 --- a/templates/web/html/page/block_info.html +++ b/templates/web/html/page/block_info.html @@ -44,16 +44,38 @@