Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Fix network tab css, move chain logo to internal directory #2018

Merged
merged 3 commits into from Aug 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
18 changes: 9 additions & 9 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ nodes.nodeList = {
service: "giveth.io",
lib: new nodes.customNode("https://mew.giveth.io", "")
},
etc_gastracker: {
etc_etccoop: {
name: "ETC",
blockExplorerTX: "https://gastracker.io/tx/[[txHash]]",
blockExplorerAddr: "https://gastracker.io/addr/[[address]]",
Expand All @@ -99,10 +99,10 @@ nodes.nodeList = {
chainId: 61,
tokenList: require("./tokens/etcTokens.json"),
abiList: require("./abiDefinitions/etcAbi.json"),
service: "GasTracker",
lib: new nodes.customNode("https://web3.gastracker.io", "")
service: "ETC Cooperative",
lib: new nodes.customNode("https://ethereumclassic.network", "")
},
etc_epool: {
etc_gastracker: {
name: "ETC",
blockExplorerTX: "https://gastracker.io/tx/[[txHash]]",
blockExplorerAddr: "https://gastracker.io/addr/[[address]]",
Expand All @@ -111,10 +111,10 @@ nodes.nodeList = {
chainId: 61,
tokenList: require("./tokens/etcTokens.json"),
abiList: require("./abiDefinitions/etcAbi.json"),
service: "epool.io",
lib: new nodes.customNode("https://mew.epool.io", "")
service: "GasTracker",
lib: new nodes.customNode("https://web3.gastracker.io", "")
},
etc_etccoop: {
etc_epool: {
name: "ETC",
blockExplorerTX: "https://gastracker.io/tx/[[txHash]]",
blockExplorerAddr: "https://gastracker.io/addr/[[address]]",
Expand All @@ -123,8 +123,8 @@ nodes.nodeList = {
chainId: 61,
tokenList: require("./tokens/etcTokens.json"),
abiList: require("./abiDefinitions/etcAbi.json"),
service: "ETC Cooperative",
lib: new nodes.customNode("https://ethereumclassic.network", "")
service: "epool.io",
lib: new nodes.customNode("https://mew.epool.io", "")
},
rop_mew: {
name: "Ropsten",
Expand Down
77 changes: 39 additions & 38 deletions app/styles/etherwallet-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -626,69 +626,69 @@ label small {
border-left: 2px solid @brand-eth;
}
li:nth-child(5),
li:nth-child(6) {
li:nth-child(6),
li:nth-child(7) {
border-left: 2px solid @brand-etc;
}
li:nth-child(7),
li:nth-child(8),
li:nth-child(9),
li:nth-child(10),
li:nth-child(11),
li:nth-child(12) {
li:nth-child(12),
li:nth-child(13) {
border-left: 2px solid @brand-test;
}
li:nth-child(13) {
li:nth-child(14) {
border-left: 2px solid @brand-exp;
}
li:nth-child(14) {
li:nth-child(15) {
border-left: 2px solid @brand-ubq;
}
li:nth-child(15) {
li:nth-child(16) {
border-left: 2px solid @brand-poa;
}
li:nth-child(16) {
li:nth-child(17) {
border-left: 2px solid @brand-tomo;
}
li:nth-child(17) {
li:nth-child(18) {
border-left: 2px solid @brand-ella;
}
li:nth-child(18) {
li:nth-child(19) {
border-left: 2px solid @brand-etsc;
}
li:nth-child(19) {
li:nth-child(20) {
border-left: 2px solid @brand-egem;
}
li:nth-child(20) {
li:nth-child(21) {
border-left: 2px solid @brand-clo;
}
li:nth-child(21) {
li:nth-child(22) {
border-left: 2px solid @brand-music;
}
li:nth-child(22) {
li:nth-child(23) {
border-left: 2px solid @brand-go;
}
li:nth-child(23) {
li:nth-child(24) {
border-left: 2px solid @brand-eosc;
}
li:nth-child(24) {
li:nth-child(25) {
border-left: 2px solid @brand-akroma;
}
li:nth-child(25) {
li:nth-child(26) {
border-left: 2px solid @brand-esn;
}
li:nth-child(26) {
li:nth-child(27) {
border-left: 2px solid @brand-pirl;
}
li:nth-child(27) {
li:nth-child(28) {
border-left: 2px solid @brand-etho;
}

li:last-child {
border-left: 2px solid @gray-light;
}
li:nth-child(4),
li:nth-child(6),
li:nth-child(12),
li:nth-child(7),
li:nth-child(13),
li:nth-child(14),
li:nth-child(15),
Expand All @@ -702,7 +702,8 @@ label small {
li:nth-child(23),
li:nth-child(24),
li:nth-child(25),
li:nth-child(26) {
li:nth-child(26),
li:nth-child(27) {
border-bottom: 1px solid @gray-lighter;
}
}
Expand All @@ -717,7 +718,7 @@ header.ETH {
& + .container .alert-info { background-color:@brand-eth; }
.dropdown-gas:before {
width: 24px;
background-image: url("../images/ethereum.svg");
background-image: url("../images/coins/ethereum.svg");
}
}

Expand All @@ -728,7 +729,7 @@ header.ETC {
& + .container .alert-info { background-color:@brand-etc; }
.dropdown-gas:before {
width: 24px;
background-image: url("../images/ethereum-classic.svg");
background-image: url("../images/coins/ethereum-classic.svg");
}
}

Expand Down Expand Up @@ -767,7 +768,7 @@ header.EXP {
& + .container .alert-info { background-color:@brand-exp; }
.dropdown-gas:before {
width: 32px;
background-image: url("../images/exp.svg");
background-image: url("../images/coins/exp.svg");
}
}

Expand All @@ -778,7 +779,7 @@ header.UBQ {
& + .container .alert-info { background-color:@brand-ubq; }
.dropdown-gas:before {
width: 32px;
background-image: url("../images/ubiq.svg");
background-image: url("../images/coins/ubiq.svg");
}
}

Expand All @@ -789,7 +790,7 @@ header.POA {
& + .container .alert-info { background-color:@brand-poa; }
.dropdown-gas:before {
width: 32px;
background-image: url("../images/poa.svg");
background-image: url("../images/coins/poa.svg");
}
}

Expand All @@ -800,7 +801,7 @@ header.TOMO {
& + .container .alert-info { background-color:@brand-tomo; }
.dropdown-gas:before {
width: 34px;
background-image: url("../images/tomo.svg");
background-image: url("../images/coins/tomo.svg");
}
}

Expand All @@ -811,7 +812,7 @@ header.ELLA {
& + .container .alert-info { background-color:@brand-ella; }
.dropdown-gas:before {
width: 32px;
background-image: url("../images/ella.svg");
background-image: url("../images/coins/ella.svg");
}
}

Expand All @@ -822,7 +823,7 @@ header.ETSC {
& + .container .alert-info { background-color:@brand-etsc; }
.dropdown-gas:before {
width: 32px;
background-image: url("../images/etsc.svg");
background-image: url("../images/coins/etsc.svg");
}
}

Expand All @@ -833,7 +834,7 @@ header.EGEM {
& + .container .alert-info { background-color:@brand-egem; }
.dropdown-gas:before {
width: 36px;
background-image: url("../images/egem.svg");
background-image: url("../images/coins/egem.svg");
}
}

Expand All @@ -844,7 +845,7 @@ header.CLO {
& + .container .alert-info { background-color:@brand-clo; }
.dropdown-gas:before {
width: 36px;
background-image: url("../images/callisto.svg");
background-image: url("../images/coins/callisto.svg");
}
}

Expand All @@ -856,7 +857,7 @@ header.MUSIC {
& + .container .alert-info { background-color:@brand-music; }
.dropdown-gas:before {
width: 34px;
background-image: url("../images/music.svg");
background-image: url("../images/coins/music.svg");
}
}

Expand All @@ -867,7 +868,7 @@ header.GO {
& + .container .alert-info { background-color:@brand-go; }
.dropdown-gas:before {
width: 38px;
background-image: url("../images/gochain.svg");
background-image: url("../images/coins/gochain.svg");
}
}

Expand All @@ -878,7 +879,7 @@ header.EOSC {
& + .container .alert-info { background-color:@brand-eosc; }
.dropdown-gas:before {
width: 26px;
background-image: url("../images/eosc.svg");
background-image: url("../images/coins/eosc.svg");
}
}

Expand All @@ -889,7 +890,7 @@ header.AKROMA {
& + .container .alert-info { background-color:@brand-akroma; }
.dropdown-gas:before {
width: 34px;
background-image: url("../images/akroma.svg");
background-image: url("../images/coins/akroma.svg");
}
}

Expand All @@ -900,7 +901,7 @@ header.ESN {
& + .container .alert-info { background-color:@brand-esn; }
.dropdown-gas:before {
width: 32px;
background-image: url("../images/ethersocial.svg");
background-image: url("../images/coins/ethersocial.svg");
}
}

Expand All @@ -911,7 +912,7 @@ header.PIRL {
& + .container .alert-info { background-color:@brand-pirl; }
.dropdown-gas:before {
width: 32px;
background-image: url("../images/pirl.svg");
background-image: url("../images/coins/pirl.svg");
}
}

Expand All @@ -922,7 +923,7 @@ header.ETHO {
& + .container .alert-info { background-color:@brand-etho; }
.dropdown-gas:before {
width: 24px;
background-image: url("../images/etho.svg");
background-image: url("../images/coins/etho.svg");
}
}

Expand Down