@ -43,26 +43,26 @@ var css = csjs`
width : 100 % ;
padding : 5 px ;
}
. toggleTerminal {
margin - left : auto ;
. clear {
margin - left : 10 px ;
margin - right : 10 px ;
width : 10 px ;
cursor : pointer ;
color : $ { styles . terminal . icon _Color _TogglePanel } ;
font - size : 14 px ;
font - weight : bold ;
}
. toggleTerminal : hover {
color : $ { styles . terminal . icon _HoverColor _TogglePanel } ;
. clear : hover {
color : $ { styles . terminal . icon _HoverColor _Menu } ;
}
. clear {
margin - right : 5 px ;
. toggleTerminal {
margin - right : 10 px ;
font - size : 14 px ;
font - weight : bold ;
cursor : pointer ;
color : $ { styles . terminal . icon _Color _Menu } ;
}
. clear : hover {
color : $ { styles . terminal . icon _HoverColor _Menu } ;
. toggleTerminal : hover {
color : $ { styles . terminal . icon _HoverColor _TogglePanel } ;
}
. terminal {
background - color : $ { styles . terminal . backgroundColor _Terminal } ;
display : flex ;
@ -113,12 +113,36 @@ var css = csjs`
word - break : break - all ;
outline : none ;
font - family : monospace ;
font - family : FontAwesome ;
}
. search {
display : flex ;
align - items : center ;
margin - right : 10 px ;
}
. filter {
$ { styles . terminal . input _Search _MenuBar }
width : 150 px ;
padding - right : 0 px ;
margin - right : 0 px ;
border - top - left - radius : 0 px ;
border - bottom - left - radius : 0 px ;
}
. searchIcon {
background - color : $ { styles . colors . veryLightGrey } ;
color : $ { styles . terminal . icon _Color _Menu } ;
height : 25 px ;
width : 25 px ;
border - top - left - radius : 3 px ;
border - bottom - left - radius : 3 px ;
display : flex ;
align - items : center ;
justify - content : center ;
}
. listen {
min - width : 120 px ;
display : flex ;
}
. dragbarHorizontal {
position : absolute ;
top : 0 ;
@ -226,13 +250,13 @@ class Terminal {
< div class = $ { css . bar } >
$ { self . _view . dragbar }
< div class = $ { css . menu } >
$ { self . _view . icon }
< div class = $ { css . clear } onclick = $ { clear } >
< i class = "fa fa-ban" aria - hidden = "true" onmouseenter = $ { hover } onmouseleave = $ { hover } > < / i >
< / d i v >
$ { self . _view . dropdown }
< input type = "text" class = $ { css . filter } onkeyup = $ { filter } >
< input onchange = $ { listenOnNetwork } type = "checkbox" > < label title = "If checked Remix will listen on all transactions mined in the current environment and not only transactions created from the GUI" > Listen on network < / l a b e l >
$ { self . _view . icon }
< div class = $ { css . search } > < i class = "fa fa-search ${css.searchIcon}" aria - hidden = "true" > < / i > < i n p u t t y p e = " t e x t " c l a s s = $ { c s s . f i l t e r } o n k e y d o w n = $ { f i l t e r } p l a c e h o l d e r = " S e a r c h t r a n s a c t i o n s " > < / d i v >
< div class = $ { css . listen } > < input onchange = $ { listenOnNetwork } type = "checkbox" > < label title = "If checked Remix will listen on all transactions mined in the current environment and not only transactions created from the GUI" > Listen on network < / l a b e l > < / d i v >
< / d i v >
< / d i v >
`