Unverified Commit 3e1d5645 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2216 from ethereum/autocompleteStyle

autocomplete style
parents 1d349b05 7c770a62
...@@ -5,13 +5,15 @@ var css = csjs` ...@@ -5,13 +5,15 @@ var css = csjs`
position : absolute; position : absolute;
text-align : left; text-align : left;
display : none; display : none;
width : 100%; width : 95%;
font-family : monospace; font-family : monospace;
font-size : 10px; background-color : var(--secondary);
overflow : auto; overflow : auto;
padding-bottom : 13px; padding-bottom : 13px;
z-index : 2; z-index : 80;
bottom : 1.7em; bottom : 1em;
border-width : 4px;
left : 2em;
} }
.autoCompleteItem { .autoCompleteItem {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment