From 8cdaa50567b2f052863e2d23946459ca100ecde3 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Tue, 16 Apr 2019 11:25:35 +0200 Subject: [PATCH 1/2] debug panel. selection color --- src/app/debugger/debuggerUI/vmDebugger/CodeListView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/debugger/debuggerUI/vmDebugger/CodeListView.js b/src/app/debugger/debuggerUI/vmDebugger/CodeListView.js index 60562188e6..deb4545ca7 100644 --- a/src/app/debugger/debuggerUI/vmDebugger/CodeListView.js +++ b/src/app/debugger/debuggerUI/vmDebugger/CodeListView.js @@ -40,7 +40,8 @@ CodeListView.prototype.indexChanged = function (index) { } } this.itemSelected = this.codeView.children[index] - this.itemSelected.style.setProperty('background-color', 'var(--danger)') + this.itemSelected.style.setProperty('background-color', 'var(--info)') + this.itemSelected.style.setProperty('color', 'var(--light)') this.itemSelected.setAttribute('selected', 'selected') if (this.itemSelected.firstChild) { this.itemSelected.firstChild.setAttribute('style', 'margin-left: 2px') From 91a09c7cff4234f774896d9c01b5b9ee87718104 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Tue, 16 Apr 2019 11:57:17 +0200 Subject: [PATCH 2/2] at address btn color --- src/app/tabs/runTab/contractDropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/runTab/contractDropdown.js b/src/app/tabs/runTab/contractDropdown.js index 900cc26554..6d61f61e05 100644 --- a/src/app/tabs/runTab/contractDropdown.js +++ b/src/app/tabs/runTab/contractDropdown.js @@ -61,7 +61,7 @@ class ContractDropdownUI { ${this.createPanel} ${this.orLabel}
-
At Address
+
At Address
${this.atAddressButtonInput}