From 5b6d47aeefd950c6680ce598a25ae2b247629a56 Mon Sep 17 00:00:00 2001 From: Jon Choi Date: Fri, 25 Aug 2017 01:31:48 -0700 Subject: [PATCH 1/2] Infoline less opaque for UI/visibility (#6364) --- js/src/views/Account/Header/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/views/Account/Header/header.css b/js/src/views/Account/Header/header.css index f894b7c49..5ff69f774 100644 --- a/js/src/views/Account/Header/header.css +++ b/js/src/views/Account/Header/header.css @@ -53,7 +53,7 @@ .infoline, .uuidline { - opacity: 0.25; + opacity: 0.5; } .uuidline { From b6024adf8564a0a50a8ca0bd76ea033926b4d49d Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 25 Aug 2017 09:11:39 +0000 Subject: [PATCH 2/2] [ci skip] js-precompiled 20170825-090654 --- Cargo.lock | 2 +- js/package-lock.json | 2 +- js/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20c11bda7..c5ee9ad8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2058,7 +2058,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#416ced84c23b1a776d53ee4a3023eb4eb4736cf8" +source = "git+https://github.com/paritytech/js-precompiled.git#d809723e58bcb36c0f8d2eca5ca94abbb3690544" dependencies = [ "parity-dapps-glue 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index 4e732cbfc..707e5a67d 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.16", + "version": "1.8.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 41388a127..1bb76b21c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.16", + "version": "1.8.17", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",