diff --git a/app/scripts/nodes.js b/app/scripts/nodes.js index 74833dd5b2..d6677d2b9e 100644 --- a/app/scripts/nodes.js +++ b/app/scripts/nodes.js @@ -362,7 +362,7 @@ nodes.nodeList = { tokenList: require("./tokens/eoscTokens.json"), abiList: require("./abiDefinitions/eoscAbi.json"), estimateGas: true, - service: "eos-classic.io", + service: "EOS Classic", lib: new nodes.customNode("https://node.eos-classic.io", "") }, aka_remote: { diff --git a/app/styles/etherwallet-custom.less b/app/styles/etherwallet-custom.less index a9d65f2ba6..067d0dc6a1 100644 --- a/app/styles/etherwallet-custom.less +++ b/app/styles/etherwallet-custom.less @@ -628,73 +628,73 @@ label small { } li:nth-child(5), li:nth-child(6), - li:nth-child(7) { + li:nth-child(7), + li:nth-child(8), + li:nth-child(9) { border-left: 2px solid @brand-etc; } - li:nth-child(8), - li:nth-child(9), li:nth-child(10), li:nth-child(11), li:nth-child(12), - li:nth-child(13) { + li:nth-child(13), + li:nth-child(14), + li:nth-child(15) { border-left: 2px solid @brand-test; } - li:nth-child(14) { + li:nth-child(16) { border-left: 2px solid @brand-exp; } - li:nth-child(15) { + li:nth-child(17) { border-left: 2px solid @brand-ubq; } - li:nth-child(16) { + li:nth-child(18) { border-left: 2px solid @brand-poa; } - li:nth-child(17) { + li:nth-child(19) { border-left: 2px solid @brand-tomo; } - li:nth-child(18) { + li:nth-child(20) { border-left: 2px solid @brand-ella; } - li:nth-child(19) { + li:nth-child(21) { border-left: 2px solid @brand-etsc; } - li:nth-child(20) { + li:nth-child(22) { border-left: 2px solid @brand-egem; } - li:nth-child(21) { + li:nth-child(23) { border-left: 2px solid @brand-clo; } - li:nth-child(22) { + li:nth-child(24) { border-left: 2px solid @brand-music; } - li:nth-child(23) { + li:nth-child(25) { border-left: 2px solid @brand-go; } - li:nth-child(24) { + li:nth-child(26) { border-left: 2px solid @brand-eosc; } - li:nth-child(25) { + li:nth-child(27), + li:nth-child(28) { border-left: 2px solid @brand-akroma; } - li:nth-child(26) { + li:nth-child(29) { border-left: 2px solid @brand-esn; } - li:nth-child(27) { + li:nth-child(30) { border-left: 2px solid @brand-pirl; } - li:nth-child(28) { + li:nth-child(31) { border-left: 2px solid @brand-etho; } - li:nth-child(29) { + li:nth-child(32) { border-left: 2px solid @brand-ath; } - li:last-child { border-left: 2px solid @gray-light; } li:nth-child(4), - li:nth-child(7), - li:nth-child(13), - li:nth-child(14), + li:nth-child(9), li:nth-child(15), li:nth-child(16), li:nth-child(17), @@ -707,8 +707,10 @@ label small { li:nth-child(24), li:nth-child(25), li:nth-child(26), - li:nth-child(27), - li:nth-child(28) { + li:nth-child(28), + li:nth-child(29), + li:nth-child(30), + li:nth-child(31) { border-bottom: 1px solid @gray-lighter; } }